DEV: Add --fail-fast=10 for plugin system specs
If there are 10 failing, everything is probably broken, and we don't want to wait for the whole thing to have to finish.
This commit is contained in:
parent
109835403d
commit
b47505e44a
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -177,7 +177,7 @@ jobs:
|
||||
|
||||
- name: Plugin System Tests
|
||||
if: matrix.build_type == 'system' && matrix.target == 'plugins'
|
||||
run: LOAD_PLUGINS=1 bin/rspec plugins/*/spec/system --format documentation --profile
|
||||
run: LOAD_PLUGINS=1 bin/rspec plugins/*/spec/system --format documentation --profile --fail-fast=10
|
||||
|
||||
- name: Upload failed system test screenshots
|
||||
uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user