From 464ac967630982243eb8acd715b298c8cebd8a8b Mon Sep 17 00:00:00 2001 From: Chase King Date: Wed, 19 Feb 2025 10:11:57 -0500 Subject: [PATCH] Attempt #3 --- azure-pipelines-automated-testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 473b745e..5ed9625e 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -42,9 +42,9 @@ stages: # PR's - ${{ if or(eq(variables['Build.Reason'], 'PullRequest'), eq(1,1)) }}: # TODO: Temporarily changed to always be true, change back # TODO: Temporarily commented out - # - stage: TestPr - # displayName: Run Tests For PullRequest - # jobs: + - stage: TestPr + displayName: Run Tests For PullRequest + jobs: # - template: templates/digital/vue-jest-run-unit-tests.yml@AzureDevOps # parameters: # nodeContainer: node