Skip to content

Commit

Permalink
Make build fail by running npm run test last (DefinitelyTyped#34788)
Browse files Browse the repository at this point in the history
* Make build fail by running npm run test last

* Missing semicolon should fail CI

* Put semicolon back again
  • Loading branch information
sandersn authored Apr 16, 2019
1 parent 40ce181 commit fd4a5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
verbose: false

- script: |
git checkout -- . && npm run test
if [[ $BUILD_REASON == "Schedule" ]]; then git config --global user.email "types@microsoft.com" && git config --global user.name "TypeScript Bot" && npm run update-codeowners; fi
git checkout -- . && npm run test
displayName: 'npm run test'
Expand Down

0 comments on commit fd4a5a4

Please sign in to comment.