Skip to content

Commit

Permalink
ci: add strategy.fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 24, 2024
1 parent c3146ec commit 342a37a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
build-unity:
if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
strategy:
fail-fast: false
matrix:
unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 342a37a

Please sign in to comment.