Skip to content

Commit

Permalink
Always publish artifacts and test results
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta committed Jul 5, 2023
1 parent 0e1b9f5 commit 2c42cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests_e2e/pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ jobs:
- publish: $(Build.ArtifactStagingDirectory)
artifact: 'artifacts'
displayName: 'Publish test artifacts'
condition: always()

- task: PublishTestResults@2
displayName: 'Publish test results'
condition: always()
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: 'runbook_logs/agent.junit.xml'
Expand Down

0 comments on commit 2c42cb6

Please sign in to comment.