From a5c21e1ffca9d09b12060dba92e25f74debf76a3 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 26 Nov 2025 04:04:00 -0500 Subject: [PATCH] du --- .github/workflows/test-integration.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2614699c..80d2d169 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -32,6 +32,14 @@ jobs: steps: - run: df -h + - name: Disk space troubleshooting + run: | + echo "=== Top-level disk usage ===" + sudo du -h -d1 / 2>/dev/null | sort -h + echo "" + echo "=== Docker disk usage ===" + docker system df + - name: Clean runner workspace run: | # Save current workspace path