mirror of https://github.com/Cysharp/UniTask
ci: extend Unity Build timeout to 20m
parent
17ce06d93c
commit
9d02279822
|
@ -25,7 +25,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
unity: ["2021.3.41f1", "2022.3.38f1", "6000.0.11f1"] # Test with LTS
|
unity: ["2021.3.41f1", "2022.3.38f1", "6000.0.11f1"] # Test with LTS
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 20
|
||||||
steps:
|
steps:
|
||||||
- name: Load secrets
|
- name: Load secrets
|
||||||
id: op-load-secret
|
id: op-load-secret
|
||||||
|
@ -83,10 +83,3 @@ jobs:
|
||||||
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
||||||
path: ./src/UniTask/*.unitypackage
|
path: ./src/UniTask/*.unitypackage
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
|
|
||||||
if: always()
|
|
||||||
with:
|
|
||||||
name: StandaloneLinux64_IL2CPP.${{ matrix.unity}}.test.zip
|
|
||||||
path: ./src/UniTask/bin/UnitTest/StandaloneLinux64_IL2CPP/test/
|
|
||||||
retention-days: 1
|
|
||||||
|
|
Loading…
Reference in New Issue