Skip to content

Commit e060f12

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 5c7633e commit e060f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/run-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ stages:
140140
stdin=subprocess.PIPE,
141141
stdout=report_file
142142
)
143-
junit_process.communicate(input=stdout)
143+
junit_process.communicate(input=report_file)
144144
145145
sys.exit(test_exit_code)
146146

0 commit comments

Comments
 (0)