Run db:reset before db:create on CI

This commit is contained in:
Robert Speicher 2015-12-09 13:35:20 -05:00
parent cfe46f485d
commit 86aa535562
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_script:
- touch log/application.log
- touch log/test.log
- bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- bundle exec rake db:create RAILS_ENV=test
- bundle exec rake db:reset db:create RAILS_ENV=test
spec:feature:
script: