Skip to content

Commit

Permalink
chore: add strategy.fail-fast=false (#9007)
Browse files Browse the repository at this point in the history
fail-fast=false ensures that we run all jobs even if
some have failures to receive test results from all configurations.
  • Loading branch information
OrKoN committed Sep 23, 2022
1 parent 5a1b8d2 commit a00d466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a00d466

Please sign in to comment.