Skip to content

Commit 7034df1

Browse files
authored
Update functional-test.yml
1 parent e0d3a65 commit 7034df1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/functional-test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ jobs:
158158
npm install -g appium@rc
159159
npm install -g mjpeg-consumer
160160
- run: |
161-
node -e "console.log(process.env)"
162-
npm install -g appium-xcuitest-driver@rc
163-
node `npm root -g`/appium-xcuitest-driver/scripts/download-wda-sim.mjs --platform=ios --outdir=${{github.workspace}}/wda
164-
- run: |
161+
export NODE_PATH=`npm root -g`
165162
npx appium driver install xcuitest@rc
166163
npx appium plugin install images@rc
167164
npx appium plugin install execute-driver@rc
165+
npx appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
168166
nohup npx appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
169167
# nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
170168
name: Preparing driver, plugins and downloading prebuilt WDA

0 commit comments

Comments
 (0)