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 b22b031 commit d45be6cCopy full SHA for d45be6c
1 file changed
.github/workflows/functional-test.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v4
35
36
- name: Install Node.js
37
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
38
with:
39
node-version: 'lts/*'
40
@@ -54,7 +54,7 @@ jobs:
54
- run: brew install ffmpeg
55
56
# Start Appium
57
- - run: npm install -g appium
+ - run: npm install --location=global appium
58
- run: |
59
appium driver install xcuitest
60
appium driver run xcuitest build-wda --sdk=${{ env.IOS_VERSION }} --name='${{ env.IPHONE_MODEL }}'
0 commit comments