Skip to content

Commit 81c9a58

Browse files
authored
ci: Build WDA for specific device (#2236)
1 parent 9b3194e commit 81c9a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
run: appium driver install xcuitest
140140
- name: Prebuild XCUITest driver
141141
if: matrix.e2e-tests == 'ios' || matrix.e2e-tests == 'flutter-ios'
142-
run: appium driver run xcuitest build-wda
142+
run: appium driver run xcuitest build-wda --sdk=${{ env.IOS_PLATFORM_VERSION }} --name='${{ env.IOS_DEVICE_NAME }}'
143143
- name: Run iOS E2E tests
144144
if: matrix.e2e-tests == 'ios'
145145
run: ./gradlew e2eIosTest -PisCI -Pselenium.version=$latest_snapshot

0 commit comments

Comments
 (0)