Skip to content

Commit

Permalink
DNM: use db:migrate instead of db:setup due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Apr 4, 2023
1 parent a248d97 commit 756d60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Prepare environment
run: |
cp config/database.yml.sample config/database.yml
bundle exec rake db:setup
bundle exec rake db:create db:migrate
- name: Tests
run: bin/rails test:all
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 756d60f

Please sign in to comment.