Skip to content

Commit 2d45799

Browse files
committed
dont fail fast
1 parent 2a35ed3 commit 2d45799

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
# Dotnet Build
88
dotnet-build:
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
# Builds for Debug and Release configurations
1213
configuration: [Debug, Release]
@@ -41,6 +42,7 @@ jobs:
4142
# Fable Npm Build
4243
fable-npm-build:
4344
strategy:
45+
fail-fast: false
4446
matrix:
4547
os: [ubuntu-latest, windows-latest, macOS-latest]
4648
runs-on: ${{ matrix.os }}
@@ -77,6 +79,7 @@ jobs:
7779
# Fable Python Build
7880
fable-python-build:
7981
strategy:
82+
fail-fast: false
8083
matrix:
8184
os: [ubuntu-latest, windows-latest, macOS-latest]
8285
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)