chore: add strategy.fail-fast=false (#9007)

fail-fast=false ensures that we run all jobs even if
some have failures to receive test results from all configurations.
This commit is contained in:
Alex Rudenko 2022-09-23 09:57:40 +02:00 committed by GitHub
parent 5a1b8d2d7c
commit a00d466874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,7 @@ jobs:
name: ${{ matrix.spec.name }} tests on ${{ matrix.spec.machine }}(${{ matrix.spec.node }})
runs-on: ${{ matrix.spec.machine }}
strategy:
fail-fast: false
matrix:
spec:
- name: chrome-headless