mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: enable continue on error (#9003)
This commit is contained in:
parent
ddc567a4b6
commit
3939d5510f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -120,7 +120,6 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
name: ${{ matrix.spec.name }} tests on ${{ matrix.spec.machine }}(${{ matrix.spec.node }})
|
name: ${{ matrix.spec.name }} tests on ${{ matrix.spec.machine }}(${{ matrix.spec.node }})
|
||||||
runs-on: ${{ matrix.spec.machine }}
|
runs-on: ${{ matrix.spec.machine }}
|
||||||
continue-on-error: true
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
spec:
|
spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user