Skip to content

Commit 28caa49

Browse files
Release: v15.0.3
1 parent 5f4740f commit 28caa49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ commands:
3838
steps:
3939
- run:
4040
name: Install Appium
41-
command: npm install -g appium
41+
command: npm install -g appium@2.19.0
4242
- when:
4343
condition:
4444
equal:
@@ -47,7 +47,7 @@ commands:
4747
steps:
4848
- run:
4949
name: Install XCUITest Driver
50-
command: appium driver install xcuitest
50+
command: appium driver install xcuitest@4.35.0
5151
- when:
5252
condition:
5353
equal:
@@ -56,7 +56,7 @@ commands:
5656
steps:
5757
- run:
5858
name: Install UIAutomator2 Driver
59-
command: appium driver install uiautomator2
59+
command: appium driver install uiautomator2@3.1.0
6060
- run:
6161
name: Launch Appium
6262
# Enable --relaxed-security for `mobile: shell` command that Captain uses internally.

0 commit comments

Comments
 (0)