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 8ee42d2 commit e0d3a65Copy full SHA for e0d3a65
1 file changed
.github/workflows/functional-test.yml
@@ -158,6 +158,7 @@ jobs:
158
npm install -g appium@rc
159
npm install -g mjpeg-consumer
160
- 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
0 commit comments