We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15469b5 commit 56f6261Copy full SHA for 56f6261
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
env:
80
RAILS_ENV: test
81
# REDIS_URL: redis://localhost:6379/0
82
- run: bin/rails db:test:prepare test test:system
+ run: bin/rails db:test:prepare && bundle exec rspec
83
84
- name: Keep screenshots from failed system tests
85
uses: actions/upload-artifact@v4
0 commit comments