Skip to content

Commit e46a362

Browse files
committed
tune up a bit
1 parent 87eabe4 commit e46a362

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,9 @@ jobs:
8787
# Start Appium
8888
- run: npm install -g appium
8989
- run: |
90+
appium driver install xcuitest
9091
appium plugin install images
9192
appium plugin install execute-driver
92-
# Workaround to keep symlink to global appium
93-
appium driver install xcuitest
9493
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
9594
9695
- run: |
@@ -164,10 +163,9 @@ jobs:
164163
npm install -g appium
165164
npm install -g mjpeg-consumer
166165
- run: |
166+
appium driver install xcuitest
167167
appium plugin install images
168168
appium plugin install execute-driver
169-
# Workaround to keep symlink to global appium
170-
appium driver install xcuitest
171169
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
172170
173171
- run: |

0 commit comments

Comments
 (0)