Skip to content

Commit

Permalink
resolve failing tests because the run-pester-tests template was delet…
Browse files Browse the repository at this point in the history
…ed (#5164)
  • Loading branch information
scbedd authored Jan 19, 2023
1 parent 86cbeea commit 44710ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test-proxy/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ stages:
runProxy: false
rootFolder: $(Build.SourcesDirectory)

- template: /eng/pipelines/templates/steps/run-pester-tests.yml
- template: /eng/common/pipelines/templates/steps/run-pester-tests.yml
parameters:
TargetTags: "Integration"
TargetDirectory: tools/test-proxy/scripts/test-scripts/
Expand All @@ -97,7 +97,7 @@ stages:
workingDirectory: tools/test-proxy/docker/
displayName: "Prepare and Build local docker image"
- template: /eng/pipelines/templates/steps/run-pester-tests.yml
- template: /eng/common/pipelines/templates/steps/run-pester-tests.yml
parameters:
TargetTags: "Integration"
TargetDirectory: tools/test-proxy/scripts/test-scripts/
Expand Down

0 comments on commit 44710ec

Please sign in to comment.