Skip to content

Commit

Permalink
fixup! ci(github): DEBUG Disk space usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Feb 22, 2024
1 parent 7095bd3 commit 538cb46
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ jobs:
DOCKER_OSES: "${{ matrix.DOCKER_OSES }}"
DOCKER_LANGUAGES: "${{ matrix.DOCKER_LANGUAGES }}"
steps:
- name: "DEBUG: Disk space usage"
run: >-
du -xh / | sort -rh | tee './var/log/du-root.log' | head -n 100
- name: "DEBUG: Upload disk space debugging"
uses: "actions/upload-artifact@master"
with:
name: "debug-disk-space"
path: |
./var/log/*
# Shared or common set up:
- name: "Checkout source from VCS"
uses: "actions/checkout@master"
Expand Down

0 comments on commit 538cb46

Please sign in to comment.