Skip to content

Commit 7b125de

Browse files
authored
test: Run full matrix even if a single job fails (#1027)
1 parent ba8dfb8 commit 7b125de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
# ignore all-contributors PRs
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
18+
# Otherwise we would not know if the problem is tied to the Node.js version
19+
fail-fast: false
1820
matrix:
1921
node: [12, 14, 16]
2022
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)