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 18
18
fail-fast : false
19
19
matrix :
20
20
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
30
21
- targetPlatform : iOS
31
- buildMethod : MobileBuilder.Build
22
+ buildMethod : MobileBuilder.BuildForAltTester
32
23
buildPath : iOS
33
24
steps :
34
25
- uses : actions/checkout@v3
@@ -50,11 +41,16 @@ jobs:
50
41
with :
51
42
targetPlatform : ${{ matrix.targetPlatform }}
52
43
projectPath : sample
44
+ buildMethod : ${{ matrix.buildMethod }}
45
+ customParameters : -logFile logFile.log -quit -batchmode
46
+ - name : List build directory
47
+ run : ls -R sample/Builds/
53
48
- name : Upload artifact
54
49
uses : actions/upload-artifact@v4
50
+ if : always()
55
51
with :
56
52
name : Build-${{ matrix.targetPlatform }}
57
- path : build
53
+ path : sample/Builds/${{ matrix.buildPath }}
58
54
test :
59
55
name : Run ${{ matrix.targetPlatform }} UI tests 🧪
60
56
needs : build
You can’t perform that action at this time.
0 commit comments