We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acc4a5 commit 633a9d5Copy full SHA for 633a9d5
azure-pipelines.yml
@@ -38,11 +38,11 @@ steps:
38
39
- bash: |
40
echo ">>> Compile vscode-test"
41
- npm && npm run compile
+ npm install && npm run compile
42
echo ">>> Pointing to tests directory"
43
cd ./build/src/test/runTest.js
44
echo ">>> Run sample integration test"
45
- npm && npm run compile && run npm tests
+ npm install && npm run compile && npm tests
46
displayName: Run Tests
47
env:
48
DISPLAY: ':99.0'
0 commit comments