Skip to content

Commit a90ef3b

Browse files
authored
CI: Correct test path to publish test results (#13862)
1 parent 0cbfe08 commit a90ef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/hpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- task: PublishTestResults@2
8686
inputs:
87-
testResultsFiles: 'hpu*_test-results.xml'
87+
testResultsFiles: 'tests/tests_pytorch/hpu*_test-results.xml'
8888
testRunTitle: '$(Agent.OS) - $(Build.DefinitionName) - Python $(python.version)'
8989
condition: succeededOrFailed()
9090
displayName: 'Publish test results'

0 commit comments

Comments
 (0)