We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d969e38 commit 8f15f86Copy full SHA for 8f15f86
.github/workflows/ui-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
buildMethod: MobileBuilder.BuildForAltTester
29
buildPath: sample/Builds/Android
30
- targetPlatform: iOS
31
- buildMethod: MobileBuilder.BuildForAltTester
+ buildMethod: MobileBuilder.Build
32
buildPath: build/iOS
33
steps:
34
- uses: actions/checkout@v3
@@ -50,6 +50,7 @@ jobs:
50
with:
51
targetPlatform: ${{ matrix.targetPlatform }}
52
projectPath: sample
53
+ buildMethod: ${{ matrix.buildMethod }}
54
customParameters: -logFile logFile.log -quit -batchmode
55
- name: List build directory
56
run: ls -R ./
0 commit comments