Skip to content

Commit

Permalink
disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Aug 22, 2023
1 parent 7a1a8ad commit a33156d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
mocha:
name: mocha
strategy:
fail-fast: false
matrix:
node:
- 14
Expand All @@ -29,6 +30,7 @@ jobs:
karma:
name: karma with Chrome and Firefox
strategy:
fail-fast: false
matrix:
node:
- 14
Expand All @@ -46,6 +48,7 @@ jobs:
karma-ie:
name: karma with IE11
strategy:
fail-fast: false
matrix:
node:
- 14
Expand All @@ -63,6 +66,7 @@ jobs:
karma-ios:
name: karma on iOS
strategy:
fail-fast: false
matrix:
node:
- 14
Expand Down

0 comments on commit a33156d

Please sign in to comment.