File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,11 @@ jobs:
8383 appium plugin install images@rc
8484 appium plugin install execute-driver@rc
8585 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
86- # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8786
8887 - run : |
89- appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
88+ cat /Users/runner/.appium/node_modules/appium-xcuitest-driver/scripts/download-wda-sim.mjs
89+ node /Users/runner/.appium/node_modules/appium-xcuitest-driver/scripts/download-wda-sim.mjs --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
90+ # appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
9091 name: Downloading prebuilt WDA
9192
9293 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments