Skip to content

Commit 0a38710

Browse files
committed
xcuitest driver as well
1 parent e54380c commit 0a38710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functional-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ jobs:
279279
- name: Install IOS drivers and Run Appium
280280
if: matrix.e2e-tests == 'flutter-ios'
281281
run: |
282-
appium driver install xcuitest@9.10.5
282+
appium driver install xcuitest
283283
appium driver install appium-flutter-integration-driver --source npm
284284
appium driver run xcuitest build-wda
285285
nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_ios.log &

0 commit comments

Comments
 (0)