Update azure-pipelines.yml
This commit is contained in:
parent
e92f3546b7
commit
ee90ff46e3
1 changed files with 10 additions and 10 deletions
|
|
@ -33,16 +33,16 @@ variables:
|
|||
|
||||
stages:
|
||||
# PR's
|
||||
# - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||
# - stage: TestPr
|
||||
# displayName: Run Unit Tests For PullRequest
|
||||
# jobs:
|
||||
# - template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps
|
||||
# parameters:
|
||||
# nodeContainer: node
|
||||
# npmLocation: $(Build.SourcesDirectory)
|
||||
# testResultsFile: junit.xml
|
||||
# summaryFileLocation: coverage/cobertura-coverage.xml
|
||||
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
||||
- stage: TestPr
|
||||
displayName: Run Unit Tests For PullRequest
|
||||
jobs:
|
||||
- template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps
|
||||
parameters:
|
||||
nodeContainer: node
|
||||
npmLocation: $(Build.SourcesDirectory)
|
||||
testResultsFile: junit.xml
|
||||
summaryFileLocation: coverage/cobertura-coverage.xml
|
||||
|
||||
# Dev Build/Deploy
|
||||
- stage: Dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue