mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-24 16:50:17 +00:00
ci: add strategy.fail-fast: false
This commit is contained in:
1
.github/workflows/build-debug.yml
vendored
1
.github/workflows/build-debug.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
build-unity:
|
build-unity:
|
||||||
if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
|
if: ${{ (github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:') }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"]
|
unity: ["2019.3.9f1", "2019.4.13f1", "2020.1.12f1"]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user