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