There was an error while loading. Please reload this page.
1 parent d003f7e commit 4f55c1eCopy full SHA for 4f55c1e
1 file changed
.github/workflows/ci.yml
@@ -58,9 +58,7 @@ jobs:
58
RAILS_ENV: test
59
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
60
# REDIS_URL: redis://localhost:6379/0
61
- run: |
62
- bin/rails db:test:prepare
63
- bin/rails test
+ run: bin/rails db:test:prepare && bin/rails test
64
65
- name: Keep screenshots from failed system tests
66
uses: actions/upload-artifact@v7
0 commit comments