Skip to content

Commit 0ab24f5

Browse files
committed
Disable fail-fast in GitHub Actions workflows to allow other matrix jobs to continue running after a failure.
1 parent 395c69f commit 0ab24f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
linux:
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
project:
1920
- kotest-allure
@@ -55,6 +56,7 @@ jobs:
5556
macos:
5657
runs-on: macos-latest
5758
strategy:
59+
fail-fast: false
5860
matrix:
5961
project:
6062
- kotest-allure
@@ -95,6 +97,7 @@ jobs:
9597
windows:
9698
runs-on: windows-latest
9799
strategy:
100+
fail-fast: false
98101
matrix:
99102
project:
100103
- kotest-allure

0 commit comments

Comments
 (0)