Skip to content

Commit

Permalink
ci(github): DEBUG Disk space usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatterson committed Feb 10, 2024
1 parent 913cd3e commit a8ba072
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ jobs:
DOCKER_OSES: "${{ matrix.DOCKER_OSES }}"
DOCKER_LANGUAGES: "${{ matrix.DOCKER_LANGUAGES }}"
steps:
- name: "DEBUG: Disk space usage"
run: >-
df -h
&& du -xh / | sort -rh
# Shared or common set up:
- name: "Checkout source from VCS"
uses: "actions/checkout@master"
Expand Down

0 comments on commit a8ba072

Please sign in to comment.