Skip to content

Commit 773db45

Browse files
authored
ci: dont fail fast (#284)
1 parent 29b1131 commit 773db45

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
@@ -15,6 +15,7 @@ jobs:
1515
# ignore all-contributors PRs
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
2021
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]

0 commit comments

Comments
 (0)