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 22, 2024
1 parent 913cd3e commit 2a70d04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ jobs:
DOCKER_OSES: "${{ matrix.DOCKER_OSES }}"
DOCKER_LANGUAGES: "${{ matrix.DOCKER_LANGUAGES }}"
steps:
- name: "DEBUG: Disk space usage"
run: >-
docker system df &&
docker image ls -a --format
'{{.CreatedAt}} {{.Repository}}:{{.Tag}} {{.CreatedSince}} {{.Size}}'
| sort | head -n 1000
# Shared or common set up:
- name: "Checkout source from VCS"
uses: "actions/checkout@master"
Expand Down

0 comments on commit 2a70d04

Please sign in to comment.