@@ -77,11 +77,11 @@ jobs:
7777 os_version : ${{ env.IOS_VERSION }}
7878
7979 # Start Appium
80- - run : npm install -g appium@rc
80+ - run : npm install -g appium
8181 - run : |
8282 appium driver install xcuitest@rc
83- appium plugin install images@rc
84- appium plugin install execute-driver@rc
83+ appium plugin install images
84+ appium plugin install execute-driver
8585 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
8686
8787 - run : |
@@ -152,12 +152,12 @@ jobs:
152152 - run : npm root -g
153153 - name : Install appium and mjpeg-consumer
154154 run : |
155- npm install -g appium@rc
155+ npm install -g appium
156156 npm install -g mjpeg-consumer
157157 - run : |
158158 appium driver install xcuitest@rc
159- appium plugin install images@rc
160- appium plugin install execute-driver@rc
159+ appium plugin install images
160+ appium plugin install execute-driver
161161 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors 2>&1 > appium.log &
162162
163163 - run : |
@@ -250,11 +250,11 @@ jobs:
250250 node-version : ' lts/*'
251251
252252 # Start Appium
253- - run : npm install -g appium@rc
253+ - run : npm install -g appium
254254 - run : |
255255 appium driver install uiautomator2@rc
256- appium plugin install images@rc
257- appium plugin install execute-driver@rc
256+ appium plugin install images
257+ appium plugin install execute-driver
258258 nohup appium --use-plugins=images,execute-driver --relaxed-security --log-timestamp --log-no-colors > appium.log &
259259
260260 - name : Enable KVM group perms
0 commit comments