We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3944039 commit 47dfc1aCopy full SHA for 47dfc1a
ci-jobs/functional/run_appium.yml
@@ -3,12 +3,12 @@ steps:
3
inputs:
4
versionSpec: 11.x
5
displayName: Install Node 11.x
6
-- script: |
7
- npm install -g appium@beta --chromedriver_version='2.44'
8
- ls /usr/local/lib/node_modules/appium/
+- script: npm install -g appium@beta --chromedriver_version='2.44'
9
displayName: Install appium beta
10
- script: npm install -g mjpeg-consumer
11
displayName: Install MJPEG Consumer
+- script: npm list --depth 2 -g || echo 'ok'
+ displayName: Installed node dependencies
12
- task: UseRubyVersion@0
13
14
versionSpec: '2.4' # so far, bundler does not work over 2.5 since it raises openssl error
0 commit comments