Skip to content

Commit 69e8bee

Browse files
authored
ci: try run with npx
1 parent 795ba29 commit 69e8bee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v3
6161

6262
- name: Install Node.js
63-
uses: actions/setup-node@v3
63+
uses: actions/setup-node@v5
6464
with:
6565
node-version: 'lts/*'
6666

@@ -85,7 +85,7 @@ jobs:
8585
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8686
8787
- run: |
88-
appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
88+
npx appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
8989
name: Downloading prebuilt WDA
9090
9191
- name: Set up Ruby
@@ -161,7 +161,7 @@ jobs:
161161
nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
162162
163163
- run: |
164-
appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
164+
npx appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
165165
name: Downloading prebuilt WDA
166166
167167
- name: Set up Ruby

0 commit comments

Comments
 (0)