From 57df0d526e2d131d80c878edee27c8b3a0fccfe4 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Fri, 8 Mar 2024 16:12:15 +1000 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e3017cc196f..926e3b67014 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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'