mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:03:16 +08:00
DEV: Show which system tests are being executed in CI (#20795)
... to see if it's always the same test causing timeouts
This commit is contained in:
parent
ebada4a6b0
commit
52999d1422
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -198,7 +198,7 @@ jobs:
|
|||
|
||||
- name: Core System Tests
|
||||
if: matrix.build_type == 'system' && matrix.target == 'core'
|
||||
run: bin/rspec spec/system
|
||||
run: bin/rspec spec/system -f d
|
||||
|
||||
- name: Plugin System Tests
|
||||
if: matrix.build_type == 'system' && matrix.target == 'plugins'
|
||||
|
|
Loading…
Reference in New Issue
Block a user