Skip to content

Commit 8f15f86

Browse files
committed
chore: MobileBuilder
1 parent d969e38 commit 8f15f86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
buildMethod: MobileBuilder.BuildForAltTester
2929
buildPath: sample/Builds/Android
3030
- targetPlatform: iOS
31-
buildMethod: MobileBuilder.BuildForAltTester
31+
buildMethod: MobileBuilder.Build
3232
buildPath: build/iOS
3333
steps:
3434
- uses: actions/checkout@v3
@@ -50,6 +50,7 @@ jobs:
5050
with:
5151
targetPlatform: ${{ matrix.targetPlatform }}
5252
projectPath: sample
53+
buildMethod: ${{ matrix.buildMethod }}
5354
customParameters: -logFile logFile.log -quit -batchmode
5455
- name: List build directory
5556
run: ls -R ./

0 commit comments

Comments
 (0)