Skip to content

Commit e06787c

Browse files
committed
fix script for azure pipelines
1 parent 665dbaf commit e06787c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ npm install -S mongodb-build-info
6161
# License
6262
Apache-2.0
6363

64-
[azure-url]: https://dev.azure.com/team-compass/mongodb-build-info/_apis/build/status/mongodb-js.mongodb-build-info?branchName=master
65-
[azure-img]: https://dev.azure.com/team-compass/mongodb-build-info/_build/latest?definitionId=5&branchName=master
64+
[azure-url]: https://dev.azure.com/team-compass/compass/_apis/build/status/mongodb-js.mongodb-build-info?branchName=master
65+
[azure-img]: https://dev.azure.com/team-compass/compass/_build/results?buildId=1457&view=results

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ steps:
1717

1818
- script: |
1919
npm install
20-
npm run build
21-
displayName: 'npm install and build'
20+
npm run test
21+
displayName: 'npm install and test'

0 commit comments

Comments
 (0)