Skip to content

Commit 4c33022

Browse files
committed
no longer getting warnings of deprecated node versions, but switched to run npm run tests instead of pointing to a package
1 parent f7cec6c commit 4c33022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ steps:
3939
- bash: |
4040
echo ">>> Compile vscode-test"
4141
npm install && npm run compile
42-
echo ">>> Pointing to tests directory"
43-
cd ./build/src/test/runTest.js
42+
# echo ">>> Pointing to tests directory"
43+
# cd ./build/src/test/runTest.js
4444
echo ">>> Run sample integration test"
45-
npm install && npm run compile && npm tests
45+
npm install && npm run compile && npm run tests
4646
displayName: Run Tests
4747
env:
4848
DISPLAY: ':99.0'

0 commit comments

Comments
 (0)