Skip to content

Commit

Permalink
CI: Print on-target debug logs when the tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
trflynn89 authored and alimpfard committed Aug 18, 2021
1 parent c70e2f2 commit a8f9f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meta/Azure/Serenity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
[ ! -e debug.log ] || cat debug.log
displayName: 'Print Target Logs'
workingDirectory: $(Build.SourcesDirectory)/Build
condition: failed()
- script: |
ccache -s
Expand Down

0 comments on commit a8f9f16

Please sign in to comment.