Skip to content

Commit f13c588

Browse files
authored
Update cleanup_coverage.yml
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent e6442a6 commit f13c588

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cleanup_coverage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ jobs:
9494
# Find and delete unneeded coverage directories:
9595
- name: 'Find and delete unneeded coverage directories'
9696
run: |
97+
echo "Current working directory: $(pwd)"
98+
echo "Listing top-level directories:"
99+
ls -la
100+
97101
# Find all coverage directories:
98102
find . \
99103
\( -name .git -prune \) -o \

0 commit comments

Comments
 (0)