Skip to content

Commit e54380c

Browse files
committed
ci: use the latest appium flutter integration driver on CI
1 parent d4f3e16 commit e54380c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)