Skip to content

Commit

Permalink
add nested dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Aug 9, 2023
1 parent 3b0af06 commit 98999eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maximize-build-disk-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
steps:
- name: "free size"
run: |
echo "/home"
du -sh /home/* 2>&1 | grep -v '^du:'
echo "/home/runner"
du -sh /home/runner/* 2>&1 | grep -v '^du:'
echo "/home/runner/runners"
du -sh /home/runner/runners* 2>&1 | grep -v '^du:'
- name: Maximize build space
Expand Down

0 comments on commit 98999eb

Please sign in to comment.