File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
matrix :
27
27
unity : ["2022.3.39f1", "6000.0.12f1"] # Test with LTS
28
28
runs-on : ubuntu-latest
29
- timeout-minutes : 20
29
+ timeout-minutes : 30 # Unity build takes more than 20min.
30
30
steps :
31
31
- name : Load secrets
32
32
id : op-load-secret
56
56
targetPlatform : StandaloneLinux64
57
57
buildMethod : PackageExporter.Export
58
58
59
- - uses : Cysharp/Actions/.github/actions/check-metas@main # check meta files
60
- with :
61
- directory : src/UniTask
62
-
63
59
# Execute UnitTest
64
60
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
65
61
- name : Build UnitTest (IL2CPP)
79
75
- name : Execute UnitTest
80
76
run : ./src/UniTask/bin/UnitTest/StandaloneLinux64_IL2CPP/test
81
77
78
+ - uses : Cysharp/Actions/.github/actions/check-metas@main # check meta files
79
+ with :
80
+ directory : src/UniTask
81
+
82
82
# Store artifacts.
83
83
- uses : Cysharp/Actions/.github/actions/upload-artifact@main
84
84
if : ${{ startsWith(matrix.unity, '2021') }} # only execute 2021
You can’t perform that action at this time.
0 commit comments