Skip to content

Commit 12fe384

Browse files
authored
run test on CI with rspec (#34)
1 parent c95597e commit 12fe384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
RAILS_ENV: test
9191
DATABASE_URL: postgres://postgres:postgres@localhost:5432
9292
# REDIS_URL: redis://localhost:6379/0
93-
run: bin/rails db:test:prepare test test:system
93+
run: bin/rails db:test:prepare && bin/rspec
9494

9595
- name: Keep screenshots from failed system tests
9696
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)