Skip to content

Commit 857b27a

Browse files
authored
Update functional-test.yml
1 parent f76bb27 commit 857b27a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
- run: npm install -g appium@rc
8181
- run: |
8282
appium driver install xcuitest@rc
83-
appium plugin install images
84-
appium plugin install execute-driver
83+
appium plugin install images@rc
84+
appium plugin install execute-driver@rc
8585
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8686
# nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8787
@@ -156,8 +156,8 @@ jobs:
156156
npm install -g mjpeg-consumer
157157
- run: |
158158
appium driver install xcuitest@rc
159-
appium plugin install images
160-
appium plugin install execute-driver
159+
appium plugin install images@rc
160+
appium plugin install execute-driver@rc
161161
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
162162
# nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
163163
@@ -254,8 +254,8 @@ jobs:
254254
- run: npm install -g appium@rc
255255
- run: |
256256
appium driver install uiautomator2@rc
257-
appium plugin install images
258-
appium plugin install execute-driver
257+
appium plugin install images@rc
258+
appium plugin install execute-driver@rc
259259
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
260260
# nohup appium --relaxed-security --log-timestamp --log-no-colors > appium.log &
261261

0 commit comments

Comments
 (0)