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