Skip to content

Commit

Permalink
[hotfix][AZP] execute junit test result upload also when the previous…
Browse files Browse the repository at this point in the history
… stage failed

This closes apache#12268
  • Loading branch information
rmetzger committed May 26, 2020
1 parent 1d2aa07 commit f40aa77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/azure-pipelines/jobs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
IT_CASE_S3_SECRET_KEY: $(SECRET_S3_SECRET_KEY)
- task: PublishTestResults@2
condition: succeededOrFailed()
inputs:
testResultsFormat: 'JUnit'

Expand Down

0 comments on commit f40aa77

Please sign in to comment.