From f41ed5b8c9174e05295fafa263c791f8b69c2559 Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Wed, 29 Sep 2021 09:18:04 -0400 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 340717fc0..6286c7f6c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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