Skip to content

Commit

Permalink
Add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro-yamada committed Oct 18, 2024
1 parent 4a0cbad commit 08650cd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
- run: make -C kindtest logs
if: always()

- name: Check disk usage
run: df -h
- name: Check disk usage and docker images
run: |
df -h
docker images
if: always()
- name: Check directory sizes
run: du -sh /usr/local/* /opt/* /usr/* | sort -hr
run: sudo du -sh /usr/local/* /home/* /opt/* /tmp/* /usr/* /var/* | sort -hr
if: always()

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 08650cd

Please sign in to comment.