File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,13 +79,14 @@ jobs:
7979 # Start Appium
8080 - run : npm install -g appium
8181 - run : |
82- appium driver install xcuitest
8382 appium plugin install images
8483 appium plugin install execute-driver
84+ // Workaround to keep symlink to global appium
85+ appium driver install xcuitest
8586 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8687
8788 - run : |
88- npx appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
89+ appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{github.workspace}}/wda
8990 name: Downloading prebuilt WDA
9091
9192 - name : Set up Ruby
@@ -155,9 +156,10 @@ jobs:
155156 npm install -g appium
156157 npm install -g mjpeg-consumer
157158 - run : |
158- appium driver install xcuitest
159159 appium plugin install images
160160 appium plugin install execute-driver
161+ // Workaround to keep symlink to global appium
162+ appium driver install xcuitest
161163 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
162164
163165 - run : |
You can’t perform that action at this time.
0 commit comments