Skip to content

Commit

Permalink
chore: MobileBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-yangy committed Nov 12, 2024
1 parent d969e38 commit 8f15f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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: sample/Builds/Android
- targetPlatform: iOS
buildMethod: MobileBuilder.BuildForAltTester
buildMethod: MobileBuilder.Build
buildPath: build/iOS
steps:
- uses: actions/checkout@v3
Expand All @@ -50,6 +50,7 @@ jobs:
with:
targetPlatform: ${{ matrix.targetPlatform }}
projectPath: sample
buildMethod: ${{ matrix.buildMethod }}
customParameters: -logFile logFile.log -quit -batchmode
- name: List build directory
run: ls -R ./
Expand Down

0 comments on commit 8f15f86

Please sign in to comment.