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 bf50960 commit ff9d92cCopy full SHA for ff9d92c
azure-pipelines.yml
@@ -37,8 +37,12 @@ steps:
37
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
38
39
- bash: |
40
- echo ">>> Compile vscode-test and Run sample integration test"
41
- npm && npm run compile && npm run tests
+ echo ">>> Compile vscode-test"
+ npm && npm compile
42
+ echo ">>> Compiled vscode-test"
43
+ cd ./build/src/test/
44
+ echo ">>> Run sample integration test"
45
+ npm && npm compile && npm test
46
displayName: Run Tests
47
env:
48
DISPLAY: ':99.0'
0 commit comments