Skip to content

Commit 3b4e3e8

Browse files
committed
tune up a bit
1 parent 10f43f4 commit 3b4e3e8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,9 @@ jobs:
8787
# Start Appium
8888
- run: npm install -g appium
8989
- run: |
90+
appium driver install xcuitest
9091
appium plugin install images
91-
# Install sharp in the images plugin's directory. This is a workaround
92-
cd ~/.appium/node_modules/@appium/images-plugin && npm install --no-package-lock --cpu=arm64 --os=darwin sharp
9392
appium plugin install execute-driver
94-
# Workaround to keep symlink to global appium
95-
appium driver install xcuitest
9693
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
9794
9895
- run: |
@@ -166,10 +163,9 @@ jobs:
166163
npm install -g appium
167164
npm install -g mjpeg-consumer
168165
- run: |
166+
appium driver install xcuitest
169167
appium plugin install images
170168
appium plugin install execute-driver
171-
# Workaround to keep symlink to global appium
172-
appium driver install xcuitest
173169
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
174170
175171
- run: |

0 commit comments

Comments
 (0)