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 a72a04b commit dc623b7Copy full SHA for dc623b7
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
env:
64
RAILS_ENV: test
65
# REDIS_URL: redis://localhost:6379/0
66
- run: bin/rails db:test:prepare test test:system
+ run: bundle exec rspec
67
68
- name: Keep screenshots from failed system tests
69
uses: actions/upload-artifact@v4
0 commit comments