diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-08-17 16:22:39 -0400 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-08-18 08:47:23 +0430 |
commit | a8f9f160f9dacef4c2f8469635a08d706f11cbc9 (patch) | |
tree | 2284d068229ab5e0805969577bd12e61551520e1 /Meta/Azure | |
parent | c70e2f25197650bfce3cb9bf5f952cd83e15bc95 (diff) | |
download | serenity-a8f9f160f9dacef4c2f8469635a08d706f11cbc9.zip |
CI: Print on-target debug logs when the tests fail
Diffstat (limited to 'Meta/Azure')
-rw-r--r-- | Meta/Azure/Serenity.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/Azure/Serenity.yml b/Meta/Azure/Serenity.yml index eabb7dab00..3ac57f1824 100644 --- a/Meta/Azure/Serenity.yml +++ b/Meta/Azure/Serenity.yml @@ -83,6 +83,7 @@ jobs: [ ! -e debug.log ] || cat debug.log displayName: 'Print Target Logs' workingDirectory: $(Build.SourcesDirectory)/Build + condition: failed() - script: | ccache -s |