Skip to content

Commit

Permalink
Updated azure-pipelines.yml
Browse files Browse the repository at this point in the history
Added 'npm test' to azure-pipelines.yml and updated the trigger to 'master'
  • Loading branch information
FranzKohl authored Dec 2, 2020
1 parent 1dba6be commit b75b6ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript

trigger:
- main
- master

pool:
vmImage: 'ubuntu-latest'
Expand All @@ -18,4 +18,5 @@ steps:
- script: |
npm install
npm run build
displayName: 'npm install and build'
npm test
displayName: 'npm install, build and test'

0 comments on commit b75b6ec

Please sign in to comment.