We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7635d7c commit e6bc72bCopy full SHA for e6bc72b
1 file changed
.github/workflows/functional-test.yml
@@ -154,8 +154,8 @@ jobs:
154
# Start Appium
155
- name: Install appium and mjpeg-consumer
156
run: |
157
- npm install -g appium@rc
158
- npm install -g mjpeg-consumer
+ npm install appium@rc
+ npm install mjpeg-consumer
159
- run: |
160
npx appium driver install xcuitest@rc
161
npx appium plugin install images@rc
0 commit comments