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:
Martin Brennan 2023-01-03 12:15:36 +10:00
parent 109835403d
commit b47505e44a
No known key found for this signature in database
GPG Key ID: A08063EEF3EA26A4

View File

@ -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