Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarescu committed Jan 8, 2025
1 parent 9d4ba1c commit b50a6a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/shortest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b50a6a8

Please sign in to comment.