Skip to content

Commit

Permalink
chore: test ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Nov 12, 2024
1 parent f716c0f commit 1fd321c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
buildMethod: MobileBuilder.BuildForAltTester
buildPath: Android
- targetPlatform: iOS
buildMethod: MobileBuilder.BuildForAltTester
buildMethod: MobileBuilder.Build
buildPath: iOS
steps:
- uses: actions/checkout@v3
Expand All @@ -52,8 +52,6 @@ jobs:
projectPath: sample
buildMethod: ${{ matrix.buildMethod }}
customParameters: -logFile logFile.log -quit -batchmode
- name: List build directory
run: ls -R sample/Builds/
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1fd321c

Please sign in to comment.