Skip to content

Commit dd2a2e6

Browse files
committed
Let full matrix build
Otherwise we can't see directly which version is failing
1 parent ad3a210 commit dd2a2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
# ignore all-contributors PRs
1717
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
node: [10.13, 12, 14, 16]
2122
react: [latest, next, experimental]

0 commit comments

Comments
 (0)