du
This commit is contained in:
parent
c276060cb1
commit
a5c21e1ffc
1 changed files with 8 additions and 0 deletions
8
.github/workflows/test-integration.yml
vendored
8
.github/workflows/test-integration.yml
vendored
|
|
@ -32,6 +32,14 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: df -h
|
- 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
|
- name: Clean runner workspace
|
||||||
run: |
|
run: |
|
||||||
# Save current workspace path
|
# Save current workspace path
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue