mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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:
parent
5a1b8d2d7c
commit
a00d466874
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user