From 98140f7a2a2057497ad1aed7fbf2bc620ea238f7 Mon Sep 17 00:00:00 2001 From: Venkat Malladi Date: Fri, 26 Apr 2024 05:40:58 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 15a3bd0..bc6ad0d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -34,7 +34,7 @@ jobs: - name: Check miniwdl log in case of failure. if: ${{ failure() }} run: | - ls -ltra /home/runner/temp/test-output/* + ls -ltra /home/runner/temp/*/ # Get the last 1000 lines of the miniwdl log to catch the error. bash -c 'tail -n 1000 /home/runner/temp/*/task.out' - name: Check job stderr messages in case of failure