File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed
Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 include :
21- - targetPlatform : StandaloneOSX
22- buildMethod : MacBuilder.BuildForAltTester
23- buildPath : MacOS
24- - targetPlatform : StandaloneWindows64
25- buildMethod : WindowsBuilder.BuildForAltTester
26- buildPath : Windows64
27- - targetPlatform : Android
28- buildMethod : MobileBuilder.BuildForAltTester
29- buildPath : Android
3021 - targetPlatform : iOS
31- buildMethod : MobileBuilder.Build
22+ buildMethod : MobileBuilder.BuildForAltTester
3223 buildPath : iOS
3324 steps :
3425 - uses : actions/checkout@v3
@@ -50,11 +41,16 @@ jobs:
5041 with :
5142 targetPlatform : ${{ matrix.targetPlatform }}
5243 projectPath : sample
44+ buildMethod : ${{ matrix.buildMethod }}
45+ customParameters : -logFile logFile.log -quit -batchmode
46+ - name : List build directory
47+ run : ls -R sample/Builds/
5348 - name : Upload artifact
5449 uses : actions/upload-artifact@v4
50+ if : always()
5551 with :
5652 name : Build-${{ matrix.targetPlatform }}
57- path : build
53+ path : sample/Builds/${{ matrix.buildPath }}
5854 test :
5955 name : Run ${{ matrix.targetPlatform }} UI tests 🧪
6056 needs : build
You can’t perform that action at this time.
0 commit comments