mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
log before and after
This commit is contained in:
parent
82abd8433f
commit
e6a3553e20
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
shell: bash
|
||||
run: |
|
||||
df -h
|
||||
du -h -d1 / 2>/dev/null | sort -hr | head -n 20
|
||||
du -h -d1 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
|
||||
sudo rm -rf /usr/share/dotnet
|
||||
sudo rm -rf /usr/share/swift
|
||||
|
|
@ -34,6 +34,8 @@ jobs:
|
|||
sudo docker image prune --all --force
|
||||
sudo docker builder prune -a
|
||||
df -h
|
||||
du -h -d1 / 2>/dev/null | sort -hr | head -n 20 || true
|
||||
find / -type f -exec du -h {} + 2>/dev/null | sort -hr | head -n 1000
|
||||
- uses: actions/checkout@v4
|
||||
- uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue