Skip to content

Commit c7ffce6

Browse files
committed
chore: build ios only
1 parent 65c743d commit c7ffce6

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

.github/workflows/ui-tests.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,8 @@ jobs:
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

0 commit comments

Comments
 (0)