File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- uses : actions/checkout@v4
41
41
42
- # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend mono /BuildTarget StandaloneLinux64
43
- - name : Build UnitTest(Linux64, mono)
42
+ # Execute Unittest
43
+ # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64
44
+ - name : Build UnitTest
44
45
uses : Cysharp/Actions/.github/actions/unity-builder@main
45
46
env :
46
47
UNITY_EMAIL : ${{ steps.op-load-secret.outputs.UNITY_EMAIL }}
51
52
unityVersion : ${{ matrix.unity }}
52
53
targetPlatform : StandaloneLinux64
53
54
buildMethod : UnitTestBuilder.BuildUnitTest
54
- customParameters : /headless /ScriptBackend mono
55
+ customParameters : " /headless /ScriptBackend IL2CPP"
56
+ - name : Check UnitTest file is generated
57
+ run : ls -lR ./src/UniTask/bin/UnitTest
55
58
- name : Execute UnitTest
56
- run : ./src/UniTask/bin/UnitTest/StandaloneLinux64_Mono2x /test
59
+ run : ./src/UniTask/bin/UnitTest/StandaloneLinux64_IL2CPP /test
57
60
58
61
# Execute scripts: Export Package
59
62
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod PackageExporter.Export
You can’t perform that action at this time.
0 commit comments