File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8787 - run : npm list
8888
8989 - run : |
90- appium driver run xcuitest download-wda-sim --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
9191 name: Downloading prebuilt WDA
9292
9393 - name : Set up Ruby
@@ -163,7 +163,7 @@ jobs:
163163 # nohup appium --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
164164
165165 - run : |
166- appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
166+ appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
167167 name: Downloading prebuilt WDA
168168
169169 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments