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:
Martin Brennan 2024-03-08 16:12:15 +10:00 committed by GitHub
parent 26df6dfc5f
commit 57df0d526e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ jobs:
- name: Plugin RSpec
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
if: matrix.build_type == 'frontend' && matrix.target == 'plugins'