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 ab0da50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: df -h
if: always()
- name: Check directory sizes
run: du -sh /usr/local/* /opt/* /usr/* | sort -hr
run: du -sh /usr/local/* /home/* /opt/* /usr/* /var/* | sort -hr
if: always()

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

0 comments on commit ab0da50

Please sign in to comment.