Skip to content

Commit ff9d92c

Browse files
committed
changed yaml file to original, pointing to builld
1 parent bf50960 commit ff9d92c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ steps:
3737
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
3838

3939
- bash: |
40-
echo ">>> Compile vscode-test and Run sample integration test"
41-
npm && npm run compile && npm run tests
40+
echo ">>> Compile vscode-test"
41+
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
4246
displayName: Run Tests
4347
env:
4448
DISPLAY: ':99.0'

0 commit comments

Comments
 (0)