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 @@ -160,12 +160,10 @@ jobs:
160160 npx appium driver install xcuitest@rc
161161 npx appium plugin install images@rc
162162 npx appium plugin install execute-driver@rc
163+ npx appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
163164 nohup npx appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
164165 # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
165-
166- - run : |
167- npx appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
168- name: Downloading prebuilt WDA
166+ name: Preparing driver, plugins and downloading prebuilt WDA
169167
170168 - name : Set up Ruby
171169 uses : ruby/setup-ruby@v1
You can’t perform that action at this time.
0 commit comments