File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
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 : sample/Builds/MacOS
24
+ - targetPlatform : StandaloneWindows64
25
+ buildMethod : WindowsBuilder.BuildForAltTester
26
+ buildPath : sample/Builds/Windows64
27
+ - targetPlatform : Android
28
+ buildMethod : MobileBuilder.BuildForAltTester
29
+ buildPath : sample/Builds/Android
21
30
- targetPlatform : iOS
22
31
buildMethod : MobileBuilder.BuildForAltTester
23
32
buildPath : build/iOS
@@ -41,14 +50,16 @@ jobs:
41
50
with :
42
51
targetPlatform : ${{ matrix.targetPlatform }}
43
52
projectPath : sample
53
+ buildMethod : ${{ matrix.buildMethod }}
54
+ customParameters : -logFile logFile.log -quit -batchmode --host 172.20.10.2
44
55
- name : List build directory
45
56
run : ls -R ./
46
57
- name : Upload artifact
47
58
uses : actions/upload-artifact@v4
48
59
if : always()
49
60
with :
50
61
name : Build-${{ matrix.targetPlatform }}
51
- path : build
62
+ path : ${{ matrix.buildPath }}
52
63
test :
53
64
name : Run ${{ matrix.targetPlatform }} UI tests 🧪
54
65
needs : build
You can’t perform that action at this time.
0 commit comments