Skip to content

Commit

Permalink
ci: extend Unity Build timeout to 20m
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 30, 2024
1 parent 17ce06d commit 9d02279
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 9d02279

Please sign in to comment.