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