Skip to content

Commit dc623b7

Browse files
committed
Use rspec on CI
1 parent a72a04b commit dc623b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
env:
6464
RAILS_ENV: test
6565
# REDIS_URL: redis://localhost:6379/0
66-
run: bin/rails db:test:prepare test test:system
66+
run: bundle exec rspec
6767

6868
- name: Keep screenshots from failed system tests
6969
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)