Skip to content

Commit fd4a5a4

Browse files
authored
Make build fail by running npm run test last (DefinitelyTyped#34788)
* Make build fail by running npm run test last * Missing semicolon should fail CI * Put semicolon back again
1 parent 40ce181 commit fd4a5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
verbose: false
1515

1616
- script: |
17-
git checkout -- . && npm run test
1817
if [[ $BUILD_REASON == "Schedule" ]]; then git config --global user.email "[email protected]" && git config --global user.name "TypeScript Bot" && npm run update-codeowners; fi
18+
git checkout -- . && npm run test
1919
2020
displayName: 'npm run test'
2121

0 commit comments

Comments
 (0)