ci: set continue-on-error: true on test-ui (#17646)

Since the matrix exercises different test cases, it's better to allow
all partitions to completely run, even if one of them fails, so it's
easier to catch multiple test failures.
This commit is contained in:
Luiz Aoqui
2023-06-22 11:31:49 -04:00
committed by GitHub
parent deae9bb62e
commit 717e1567bb

View File

@@ -61,6 +61,7 @@ jobs:
- pre-test
runs-on: ubuntu-latest
timeout-minutes: 30
continue-on-error: true
defaults:
run:
working-directory: ui