Skip to content

Commit 5045a41

Browse files
authored
ci: workaround to keep symlink in xcuitest driver's appium
1 parent 69e8bee commit 5045a41

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)