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