Skip to content

Commit d84a822

Browse files
authored
chore: dont fail fast on test job matrix (#736)
1 parent 4787553 commit d84a822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
matrix:
4343
node: [12, 14, 16]
4444
os: [ubuntu-latest, macos-latest, windows-latest]
45+
fail-fast: false
4546
steps:
4647
- uses: actions/checkout@v2
4748

0 commit comments

Comments
 (0)