mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
CI: Print on-target debug logs when the tests fail
This commit is contained in:
parent
c70e2f2519
commit
a8f9f160f9
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ jobs:
|
||||||
[ ! -e debug.log ] || cat debug.log
|
[ ! -e debug.log ] || cat debug.log
|
||||||
displayName: 'Print Target Logs'
|
displayName: 'Print Target Logs'
|
||||||
workingDirectory: $(Build.SourcesDirectory)/Build
|
workingDirectory: $(Build.SourcesDirectory)/Build
|
||||||
|
condition: failed()
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
ccache -s
|
ccache -s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue