Skip to content

Commit

Permalink
Updating the important CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sej3506 committed Dec 8, 2023
1 parent d392590 commit f96e632
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
bundler-cache: true

- name: "Reset app database"
run: bundle exec rake dummy:db:reset
run: |
bundle exec rake dummy:db:drop
bundle exec rake dummy:db:setup
- name: "Run tests"
run: bundle exec rake

0 comments on commit f96e632

Please sign in to comment.