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 f7cec6c commit 4c33022Copy full SHA for 4c33022
azure-pipelines.yml
@@ -39,10 +39,10 @@ steps:
39
- bash: |
40
echo ">>> Compile vscode-test"
41
npm install && npm run compile
42
- echo ">>> Pointing to tests directory"
43
- cd ./build/src/test/runTest.js
+ # echo ">>> Pointing to tests directory"
+ # cd ./build/src/test/runTest.js
44
echo ">>> Run sample integration test"
45
- npm install && npm run compile && npm tests
+ npm install && npm run compile && npm run tests
46
displayName: Run Tests
47
env:
48
DISPLAY: ':99.0'
0 commit comments