mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Make build fail by running npm run test last (#34788)
* Make build fail by running npm run test last * Missing semicolon should fail CI * Put semicolon back again
This commit is contained in:
parent
40ce1813e8
commit
fd4a5a422f
@ -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'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user