1
0

Please do dump logs

This commit is contained in:
David Robertson
2021-10-11 21:20:52 +01:00
parent 8550c0a4d3
commit 04078ff514
2 changed files with 4 additions and 0 deletions

View File

@@ -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::{}" \;

View File

@@ -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::{}" \;