From b50a6a8c292c918db9e9fc15f903988e58595053 Mon Sep 17 00:00:00 2001 From: Razvan Marescu Date: Wed, 8 Jan 2025 15:18:14 -0800 Subject: [PATCH] f --- .github/workflows/shortest.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/shortest.yml b/.github/workflows/shortest.yml index 7a5b38d5..deb5c817 100644 --- a/.github/workflows/shortest.yml +++ b/.github/workflows/shortest.yml @@ -57,3 +57,13 @@ jobs: name: artifacts path: .shortest/**/* retention-days: 7 + + - name: Debug directory contents + if: failure() + run: | + echo "Current directory:" + pwd + echo "\nWorking directory contents:" + ls -la + echo "\nSearching for .shortest:" + find / -name ".shortest" -type d 2>/dev/null