Skip to content

Commit 24681cd

Browse files
committed
[GitHub] Set "fail-fast: false" on all strategies
1 parent 5b22b33 commit 24681cd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: Building with SOFA ${{ matrix.sofa_branch }}
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [macos-10.15]
1213
sofa_branch: [master, v21.06]
@@ -113,6 +114,7 @@ jobs:
113114
needs: [build]
114115
runs-on: ${{ matrix.os }}
115116
strategy:
117+
fail-fast: false
116118
matrix:
117119
os: [macos-10.15]
118120
sofa_branch: [master, v21.06]

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
name: Building with SOFA ${{ matrix.sofa_branch }}
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
os: [ubuntu-18.04]
1213
sofa_branch: [master, v21.06]
@@ -113,6 +114,7 @@ jobs:
113114
needs: [build]
114115
runs-on: ${{ matrix.os }}
115116
strategy:
117+
fail-fast: false
116118
matrix:
117119
os: [ubuntu-18.04]
118120
sofa_branch: [master, v21.06]

0 commit comments

Comments
 (0)