1
0
This commit is contained in:
David Robertson
2021-10-11 22:12:14 +01:00
parent 04078ff514
commit 9fec1cc212
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +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() }}
if: ${{ always() }}
run: >-
find _trial_temp -name '*.log'
-exec echo "::group::{}" \;
@@ -147,7 +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() }}
if: ${{ always() }}
run: >-
find _trial_temp -name '*.log'
-exec echo "::group::{}" \;
@@ -178,7 +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() }}
if: ${{ always() }}
run: >-
find _trial_temp -name '*.log'
-exec echo "::group::{}" \;

View File

@@ -36,7 +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() }}
if: ${{ always() }}
run: >-
find _trial_temp -name '*.log'
-exec echo "::group::{}" \;