Skip to content

Commit

Permalink
Set fail-fast to false in unittest action
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Horodniceanu <[email protected]>
  • Loading branch information
the-horo committed Jul 14, 2024
1 parent be56a18 commit 74aa168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run-typescript-unittests:
name: Run all the typescript unittests
strategy:
fail-fast: false
matrix:
# This could be run on only one machine but run on all of them
# to make sure that other developers can run the tests on
Expand Down

0 comments on commit 74aa168

Please sign in to comment.