diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 975c52d4..8b3a55b6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,5 +17,5 @@ steps: - script: | npm install - npm run build - displayName: 'npm install and build' + npm test + displayName: 'npm install and test'