Skip to content

Commit 0899c25

Browse files
committed
revert the workaround
1 parent b551457 commit 0899c25

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ jobs:
8787
# Start Appium
8888
- run: npm install -g appium
8989
- run: |
90-
appium driver install xcuitest
9190
appium plugin install images
9291
appium plugin install execute-driver
92+
# Workaround to keep symlink to global appium with plugins
93+
appium driver install xcuitest
9394
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
9495
9596
- run: |
@@ -163,9 +164,10 @@ jobs:
163164
npm install -g appium
164165
npm install -g mjpeg-consumer
165166
- 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 with plugins
170+
appium driver install xcuitest
169171
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
170172
171173
- run: |

0 commit comments

Comments
 (0)