DEV: Change plugin rspec format to progress (#26098)
Having format documentation for the plugin specs just makes a huge output that must be scrolled in order to see the spec failures.
This commit is contained in:
parent
26df6dfc5f
commit
57df0d526e
|
@ -205,7 +205,7 @@ jobs:
|
||||||
|
|
||||||
- name: Plugin RSpec
|
- name: Plugin RSpec
|
||||||
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
if: matrix.build_type == 'backend' && matrix.target == 'plugins'
|
||||||
run: bin/rake plugin:turbo_spec['*','--verbose --format documentation --use-runtime-info']
|
run: bin/rake plugin:turbo_spec['*','--verbose --format progress --use-runtime-info']
|
||||||
|
|
||||||
- name: Plugin QUnit
|
- name: Plugin QUnit
|
||||||
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'
|
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'
|
||||||
|
|
Loading…
Reference in New Issue