File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 &
You can’t perform that action at this time.
0 commit comments