Skip to content

Commit 60ffda0

Browse files
committed
chore: test ios build
1 parent 844e177 commit 60ffda0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
buildMethod: MobileBuilder.BuildForAltTester
2929
buildPath: Android
3030
- targetPlatform: iOS
31-
buildMethod: MobileBuilder.BuildForAltTester
31+
buildMethod: MobileBuilder.Build
3232
buildPath: iOS
3333
steps:
3434
- uses: actions/checkout@v3
@@ -52,8 +52,6 @@ jobs:
5252
projectPath: sample
5353
buildMethod: ${{ matrix.buildMethod }}
5454
customParameters: -logFile logFile.log -quit -batchmode
55-
- name: List build directory
56-
run: ls -R sample/Builds/
5755
- name: Upload artifact
5856
uses: actions/upload-artifact@v4
5957
with:

0 commit comments

Comments
 (0)