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 c95597e commit 12fe384Copy full SHA for 12fe384
.github/workflows/ci.yml
@@ -90,7 +90,7 @@ jobs:
90
RAILS_ENV: test
91
DATABASE_URL: postgres://postgres:postgres@localhost:5432
92
# REDIS_URL: redis://localhost:6379/0
93
- run: bin/rails db:test:prepare test test:system
+ run: bin/rails db:test:prepare && bin/rspec
94
95
- name: Keep screenshots from failed system tests
96
uses: actions/upload-artifact@v4
0 commit comments