Skip to content

Commit f76bb27

Browse files
authored
Update functional-test.yml
1 parent 6b9cbef commit f76bb27

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
# Start Appium
8080
- run: npm install -g appium@rc
8181
- run: |
82-
appium driver install xcuitest@beta
83-
# appium plugin install images
84-
# appium plugin install execute-driver
85-
# 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 &
82+
appium driver install xcuitest@rc
83+
appium plugin install images
84+
appium plugin install execute-driver
85+
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 &
8787
8888
- run: |
8989
appium driver run xcuitest download-wda-sim --platform=${{matrix.test_targets.platform}} --outdir=${{ github.workspace }}/wda
@@ -152,7 +152,7 @@ jobs:
152152
# Start Appium
153153
- name: Install appium and mjpeg-consumer
154154
run: |
155-
npm install -g appium@beta
155+
npm install -g appium@rc
156156
npm install -g mjpeg-consumer
157157
- run: |
158158
appium driver install xcuitest@rc

0 commit comments

Comments
 (0)