diff options
author | 2019-09-20 19:46:45 -0700 | |
---|---|---|
committer | 2019-09-20 20:12:43 -0700 | |
commit | 23ada0b8c4956b86e0006bbb769d4cbc77a7d27d (patch) | |
tree | 2fdb9833f692a1e3f84d22d29881ee14f5f940e7 /azure-pipelines.yml | |
parent | CI: merge lint and test jobs (diff) |
CI: publish test results even if a task fails
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cdc4ce11..f0b44db5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -50,6 +50,7 @@ jobs: displayName: 'Show Coverage Results' - task: PublishTestResults@2 + condition: succeededOrFailed() inputs: testResultsFiles: "**/TEST-*.xml" testRunTitle: 'Site-Django Test Results' |