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