run migrations in ci

pull/1012/head
Gabriel Burnworth 2018-10-15 17:05:12 -07:00 committed by GitHub
parent 13764103fa
commit 25bd13443c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
mv .circleci/circle_envs .env
sudo docker-compose run web bundle install
sudo docker-compose run web npm install
sudo docker-compose run web bundle exec rails db:setup
sudo docker-compose run web bundle exec rails db:setup db:migrate
sudo docker-compose run web rake keys:generate
- run:
name: Run RSpec