File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments