Skip to content

Commit 47dfc1a

Browse files
authored
add npm list task (#224)
1 parent 3944039 commit 47dfc1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci-jobs/functional/run_appium.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ steps:
33
inputs:
44
versionSpec: 11.x
55
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/
6+
- script: npm install -g appium@beta --chromedriver_version='2.44'
97
displayName: Install appium beta
108
- script: npm install -g mjpeg-consumer
119
displayName: Install MJPEG Consumer
10+
- script: npm list --depth 2 -g || echo 'ok'
11+
displayName: Installed node dependencies
1212
- task: UseRubyVersion@0
1313
inputs:
1414
versionSpec: '2.4' # so far, bundler does not work over 2.5 since it raises openssl error

0 commit comments

Comments
 (0)