Skip to content

Commit

Permalink
create and migrate can be combined
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 21, 2023
1 parent 55c42f0 commit 5435f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ jobs:
- run: docker compose run -e RAILS_ENV=test --rm app bundle install
- run: docker compose run -e RAILS_ENV=test --rm app yarn install
- run: docker compose run -e RAILS_ENV=test --rm app bundle exec rake assets:precompile
- run: docker compose run -e RAILS_ENV=test --rm app bundle exec rake db:create
- run: docker compose run -e RAILS_ENV=test --rm app bundle exec rake db:migrate
- run: docker compose run -e RAILS_ENV=test --rm app bundle exec rake db:{create,migrate}
- run: docker compose run -e RAILS_ENV=test --rm app bundle exec rspec -f d

0 comments on commit 5435f06

Please sign in to comment.