mirror of https://github.com/Cysharp/UniTask
ci: extend Unity Build timeout to 20m
parent
17ce06d93c
commit
9d02279822
|
@ -25,7 +25,7 @@ jobs:
|
|||
matrix:
|
||||
unity: ["2021.3.41f1", "2022.3.38f1", "6000.0.11f1"] # Test with LTS
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
- name: Load secrets
|
||||
id: op-load-secret
|
||||
|
@ -83,10 +83,3 @@ jobs:
|
|||
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
||||
path: ./src/UniTask/*.unitypackage
|
||||
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