From 6007f33e43c0e48977a704c54669fd10aa6cdc9f Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Fri, 26 Apr 2024 08:43:17 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bc6ad0d..c36cd52 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -33,10 +33,9 @@ jobs: --symlink tests/ --basetemp ~/temp - name: Check miniwdl log in case of failure. if: ${{ failure() }} - run: | - ls -ltra /home/runner/temp/*/ + run: >- # Get the last 1000 lines of the miniwdl log to catch the error. - bash -c 'tail -n 1000 /home/runner/temp/*/task.out' + bash -c 'tail -n 1000 /home/runner/temp/*/workflow.log' - name: Check job stderr messages in case of failure if: ${{ failure() }} run: >-