Skip to content

Commit ce77aae

Browse files
APM-6136 try changing file path
1 parent 320cbc8 commit ce77aae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

azure/azure-build-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ extends:
5858
- task: PublishTestResults@2
5959
inputs:
6060
testResultsFormat: "JUnit"
61-
testResultsFiles: "./reports/tests/*.xml"
61+
testResultsFiles: "../../reports/tests/*.xml"
6262
failTaskOnFailedTests: true
63-
searchFolder: "${{ variables.service_name }}"
6463
displayName: publish test report

0 commit comments

Comments
 (0)