Skip to content

Commit

Permalink
Fix run command
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed Feb 23, 2024
1 parent 9924441 commit f6615ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
env:
RAILS_ENV: "test"
run: |
cd test/dummy \
rm db/test.sqlite3* \
bundle exec rails db:setup \
cd - \
cd test/dummy
rm db/test.sqlite3*
bundle exec rails db:setup
cd -
bundle exec rails test:all

0 comments on commit f6615ab

Please sign in to comment.