Skip to content

Commit bf50960

Browse files
committed
edited npm statement for test bash yml
1 parent e78c0f2 commit bf50960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838

3939
- bash: |
4040
echo ">>> Compile vscode-test and Run sample integration test"
41-
npm && npm compile && npm tests
41+
npm && npm run compile && npm run tests
4242
displayName: Run Tests
4343
env:
4444
DISPLAY: ':99.0'

0 commit comments

Comments
 (0)