mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-13 00:16:19 +03:00
ci: publish the bazel test logs (#476)
As a developer I want to be able to inspect the detailed test logs when those are failing.
This commit is contained in:
parent
a0573b1228
commit
a061db34d3
@ -33,10 +33,18 @@ steps:
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
condition: succeededOrFailed()
|
||||
displayName: 'Publish the bazel execution logs'
|
||||
inputs:
|
||||
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
|
||||
artifactName: 'Bazel execution logs'
|
||||
|
||||
- task: PublishBuildArtifacts@1
|
||||
condition: failed()
|
||||
displayName: 'Publish the bazel test logs'
|
||||
inputs:
|
||||
pathtoPublish: 'bazel-testlogs/'
|
||||
artifactName: 'Bazel test logs'
|
||||
|
||||
- bash: ci/release.sh
|
||||
displayName: 'Release'
|
||||
condition: and(succeeded(),
|
||||
|
Loading…
Reference in New Issue
Block a user