Skip to content

Commit a5d797a

Browse files
Install appium 2.x
Co-authored-by: SrinivasanTarget <[email protected]>
1 parent ea303f7 commit a5d797a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo 'export UDID=$target_sim_id' >> $BASH_ENV
4747
xcrun simctl boot $target_sim_id
4848
xcrun simctl bootstatus $target_sim_id -b
49-
npm install -g appium
49+
npm install -g appium@2.19.0
5050
npm ci
5151
npm run build
5252
appium driver run xcuitest build-wda
@@ -97,7 +97,7 @@ jobs:
9797
echo 'export UDID=$target_sim_id' >> $BASH_ENV
9898
xcrun simctl boot $target_sim_id
9999
xcrun simctl bootstatus $target_sim_id -b
100-
npm install -g appium
100+
npm install -g appium@2.19.0
101101
npm ci
102102
npm run build
103103
appium driver run xcuitest build-wda

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
npm run build
4949
- name: Install Drivers
5050
run: |
51-
npm install -g appium
51+
npm install -g appium@2.19.0
5252
appium driver list
5353
- name: Checkout Test from Flutter Finder
5454
uses: actions/checkout@v2
@@ -125,7 +125,7 @@ jobs:
125125
npm run build
126126
- name: Install Drivers
127127
run: |
128-
npm install -g appium
128+
npm install -g appium@2.19.0
129129
appium driver list
130130
- name: Checkout Test from Flutter Finder
131131
uses: actions/checkout@v2

0 commit comments

Comments
 (0)