Attempt #3
This commit is contained in:
parent
35ee6789a7
commit
464ac96763
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue