Skip to content

Commit

Permalink
Don't fail other unit test jobs if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
hansott committed Aug 30, 2024
1 parent 6747555 commit bda18e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
ports:
- "27015:3306"
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 22.x]
steps:
Expand Down

0 comments on commit bda18e0

Please sign in to comment.