Skip to content

Commit 1acc4a5

Browse files
committed
changing npm run and path
1 parent ff9d92c commit 1acc4a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ steps:
3838

3939
- bash: |
4040
echo ">>> Compile vscode-test"
41-
npm && npm compile
42-
echo ">>> Compiled vscode-test"
43-
cd ./build/src/test/
41+
npm && npm run compile
42+
echo ">>> Pointing to tests directory"
43+
cd ./build/src/test/runTest.js
4444
echo ">>> Run sample integration test"
45-
npm && npm compile && npm test
45+
npm && npm run compile && run npm tests
4646
displayName: Run Tests
4747
env:
4848
DISPLAY: ':99.0'

0 commit comments

Comments
 (0)