From 04078ff514cf3bc049dc9a5ac5741d7d938b27ef Mon Sep 17 00:00:00 2001 From: David Robertson Date: Mon, 11 Oct 2021 21:20:52 +0100 Subject: [PATCH] Please do dump logs --- .github/workflows/tests.yml | 3 +++ .github/workflows/twisted_trunk.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 96c39dd9a4..e8a2afa16b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -122,6 +122,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; @@ -146,6 +147,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; @@ -176,6 +178,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \; diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml index b5c729888f..637835b29a 100644 --- a/.github/workflows/twisted_trunk.yml +++ b/.github/workflows/twisted_trunk.yml @@ -36,6 +36,7 @@ jobs: # Note: Dumps to workflow logs instead of using actions/upload-artifact # This keeps logs colocated with failing jobs # It also ignores find's exit code; this is a best effort affair + if: $ {{ always() }} run: >- find _trial_temp -name '*.log' -exec echo "::group::{}" \;