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