mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
|
- name: Core RSpec
|
||||||
if: matrix.build_type == 'backend' && matrix.target == 'core'
|
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
|
- name: Plugin RSpec
|
||||||
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
||||||
|
Loading…
Reference in New Issue
Block a user