Skip to content

Commit 8042b29

Browse files
committed
ci: extend timeout
1 parent b0d01ca commit 8042b29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-debug.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
unity: ["2022.3.39f1", "6000.0.12f1"] # Test with LTS
2828
runs-on: ubuntu-latest
29-
timeout-minutes: 20
29+
timeout-minutes: 30 # Unity build takes more than 20min.
3030
steps:
3131
- name: Load secrets
3232
id: op-load-secret
@@ -56,10 +56,6 @@ jobs:
5656
targetPlatform: StandaloneLinux64
5757
buildMethod: PackageExporter.Export
5858

59-
- uses: Cysharp/Actions/.github/actions/check-metas@main # check meta files
60-
with:
61-
directory: src/UniTask
62-
6359
# Execute UnitTest
6460
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
6561
- name: Build UnitTest (IL2CPP)
@@ -79,6 +75,10 @@ jobs:
7975
- name: Execute UnitTest
8076
run: ./src/UniTask/bin/UnitTest/StandaloneLinux64_IL2CPP/test
8177

78+
- uses: Cysharp/Actions/.github/actions/check-metas@main # check meta files
79+
with:
80+
directory: src/UniTask
81+
8282
# Store artifacts.
8383
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
8484
if: ${{ startsWith(matrix.unity, '2021') }} # only execute 2021

0 commit comments

Comments
 (0)