Skip to content

Commit 61f6a48

Browse files
committed
Fix test command in CI
1 parent 7b533eb commit 61f6a48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ jobs:
6060

6161
- name: Run tests
6262
run: |
63-
bundle exec rails db:test:prepare
64-
bundle exec rails test
63+
bundle exec rake test

0 commit comments

Comments
 (0)