Skip to content

Commit f61c059

Browse files
authored
ci: use the latest appium flutter integration driver on CI (#1176)
* ci: use the latest appium flutter integration driver on CI * xcuitest driver as well
1 parent d4f3e16 commit f61c059

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/functional-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,12 @@ jobs:
231231
node-version: 'lts/*'
232232

233233
- name: Install Appium
234-
run: npm install --location=global appium@2.19.0
234+
run: npm install --location=global appium
235235

236236
- name: Install Android drivers and Run Appium
237237
if: matrix.e2e-tests == 'flutter-android'
238238
run: |
239-
appium driver install uiautomator2@4.2.9
239+
appium driver install uiautomator2
240240
appium driver install appium-flutter-integration-driver --source npm
241241
nohup appium --allow-insecure=adb_shell --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium_flutter_android.log &
242242
@@ -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)