Skip to content

Commit 342a37a

Browse files
committed
ci: add strategy.fail-fast: false
1 parent c3146ec commit 342a37a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
build-unity:
2222
if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
2323
strategy:
24+
fail-fast: false
2425
matrix:
2526
unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"]
2627
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)