Skip to content

Commit

Permalink
Test run migrations?
Browse files Browse the repository at this point in the history
  • Loading branch information
lunohodov committed Mar 5, 2024
1 parent 1369816 commit ff2abc8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
bundler-cache: true

- name: "Reset app database"
run: bundle exec rake fake:db:reset
run: |
bundle exec rake fake:db:reset
bundle exec rake fake:db:test:prepare
- name: "Run tests without acceptance"
run: |
Expand Down

0 comments on commit ff2abc8

Please sign in to comment.