Skip to content

Commit a07c549

Browse files
committed
fixing the issue with setTestPipeline not running in the template pipeline as it should
1 parent 572335c commit a07c549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/templates/jobs/ci.tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
ToxEnvParallel: ${{ parameters.ToxEnvParallel }}
101101
InjectedPackages: $(InjectedPackages)
102102
TestProxy: ${{ parameters.TestProxy }}
103+
TestPipeline: ${{ parameters.TestPipeline }}
103104
BeforeTestSteps:
104105
- ${{ each step in parameters.BeforeTestSteps }}:
105106
- ${{ step }}

0 commit comments

Comments
 (0)