diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2a6e47f5ef..6039400d6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: -- main +- master pool: vmImage: 'ubuntu-latest' @@ -18,4 +18,5 @@ steps: - script: | npm install npm run build - displayName: 'npm install and build' + npm test + displayName: 'npm install, build and test'