File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
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
- buildPath : iOS
32
+ buildPath : build/ iOS
24
33
steps :
25
34
- uses : actions/checkout@v3
26
35
with :
@@ -43,14 +52,12 @@ jobs:
43
52
projectPath : sample
44
53
buildMethod : ${{ matrix.buildMethod }}
45
54
customParameters : -logFile logFile.log -quit -batchmode
46
- - name : List build directory
47
- run : ls -R ./
48
55
- name : Upload artifact
49
56
uses : actions/upload-artifact@v4
50
57
if : always()
51
58
with :
52
59
name : Build-${{ matrix.targetPlatform }}
53
- path : sample/Builds/ ${{ matrix.buildPath }}
60
+ path : ${{ matrix.buildPath }}
54
61
test :
55
62
name : Run ${{ matrix.targetPlatform }} UI tests 🧪
56
63
needs : build
You can’t perform that action at this time.
0 commit comments