mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
DEV: Use documentation format for core specs on CI (#22531)
The documentation format makes it easier to link a failing test to the process it was launched in.
This commit is contained in:
parent
ab053ac669
commit
433cb7092d
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -189,7 +189,7 @@ jobs:
|
|||
|
||||
- name: Core RSpec
|
||||
if: matrix.build_type == 'backend' && matrix.target == 'core'
|
||||
run: bin/turbo_rspec --use-runtime-info --verbose
|
||||
run: bin/turbo_rspec --use-runtime-info --verbose --format documentation
|
||||
|
||||
- name: Plugin RSpec
|
||||
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
||||
|
|
Loading…
Reference in New Issue
Block a user