Skip to content

Commit ca7073f

Browse files
committed
ci testing
1 parent a2f2eca commit ca7073f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
RAILS_ENV: test
5959
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
6060
# REDIS_URL: redis://localhost:6379/0
61-
run: bin/rails db:test:prepare test
61+
run: |
62+
bin/rails db:test:prepare
63+
bin/rails test
6264
6365
- name: Keep screenshots from failed system tests
6466
uses: actions/upload-artifact@v7

0 commit comments

Comments
 (0)