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:
|
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