Skip to content

Commit b7246a2

Browse files
committed
Update ci.yml
1 parent 15469b5 commit b7246a2

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
@@ -79,7 +79,7 @@ jobs:
7979
env:
8080
RAILS_ENV: test
8181
# REDIS_URL: redis://localhost:6379/0
82-
run: bin/rails db:test:prepare test test:system
82+
run: bin/rails db:test:prepare && rspec
8383

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

0 commit comments

Comments
 (0)