From bb53aede5dbac41c272796c467eb838fa37a1c65 Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Fri, 26 Apr 2024 05:25:31 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 25ece73..f33d4b1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,6 +33,7 @@ jobs: --symlink tests/ --basetemp ~/temp - name: Check miniwdl log in case of failure. if: ${{ failure() }} + run: ls -ltra /home/runner/temp/* # Get the last 1000 lines of the miniwdl log to catch the error. run: bash -c 'tail -n 1000 /home/runner/temp/*/task.out' - name: Check job stderr messages in case of failure