ci: add strategy.fail-fast: false

pull/603/head
Ikiru Yoshizaki 2024-07-24 17:44:49 +09:00
parent c3146ec74f
commit 342a37a074
1 changed files with 1 additions and 0 deletions

View File

@ -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