Skip to content

Commit

Permalink
Add check:everything to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed Dec 29, 2018
1 parent d0d090f commit 746557f
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
codeCoverageTool: Cobertura
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/coverage'
- job: Check_Tests_For_Only
- job: Check_Everything
pool:
vmImage: 'Ubuntu 16.04'
steps:
Expand All @@ -62,24 +62,8 @@ jobs:
verbose: false
customCommand: install
- task: Npm@1
displayName: 'npm run check:testsforonly -- --azure-devops'
displayName: 'npm run check:everything -- --azure-devops'
inputs:
command: custom
verbose: false
customCommand: run check:testsforonly -- --azure-devops
- job: Check_PackageJson_Version_Number
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Npm@1
displayName: 'npm install'
inputs:
command: custom
verbose: false
customCommand: install
- task: Npm@1
displayName: 'npm run check:packagejsonversion -- --azure-devops'
inputs:
command: custom
verbose: false
customCommand: run check:packagejsonversion -- --azure-devops
customCommand: run check:everything -- --azure-devops

0 comments on commit 746557f

Please sign in to comment.