diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3356ae6704..1d4152525f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'