File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 6060 - uses : actions/checkout@v3
6161
6262 - name : Install Node.js
63- uses : actions/setup-node@v3
63+ uses : actions/setup-node@v5
6464 with :
6565 node-version : ' lts/*'
6666
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 : |
@@ -155,13 +156,14 @@ 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 : |
164- appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
166+ npx appium driver run xcuitest download-wda-sim --platform=ios --outdir=${{github.workspace}}/wda
165167 name: Downloading prebuilt WDA
166168
167169 - name : Set up Ruby
You can’t perform that action at this time.
0 commit comments