DEV: Run turbo rspecs with verbose output on CI (#21379)

In CI, we the output to be as verbose as possible so that when it fails we have the necessary information to debug the failures.
This commit is contained in:
Alan Guo Xiang Tan 2023-05-04 10:34:02 +08:00 committed by GitHub
parent da6295e3d1
commit 1f6d57ab93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,11 +197,11 @@ jobs:
- name: Core System Tests
if: matrix.build_type == 'system' && matrix.target == 'core'
run: PARALLEL_TEST_PROCESSORS=4 bin/turbo_rspec spec/system
run: PARALLEL_TEST_PROCESSORS=4 bin/turbo_rspec --verbose spec/system
- name: Plugin System Tests
if: matrix.build_type == 'system' && matrix.target == 'plugins'
run: LOAD_PLUGINS=1 PARALLEL_TEST_PROCESSORS=4 bin/turbo_rspec plugins/*/spec/system
run: LOAD_PLUGINS=1 PARALLEL_TEST_PROCESSORS=4 bin/turbo_rspec --verbose plugins/*/spec/system
timeout-minutes: 30
- name: Upload failed system test screenshots