Skip to content

Commit

Permalink
testing disk usage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Bigorajski committed Aug 8, 2024
1 parent 2f85178 commit cff13e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- name: "Output variables"
run: |
df -ah
ls /opt/microsoft
du -ah --max-depth 1 /opt/microsoft
ls /usr/local
du -ah --max-depth 1 /usr/local
ls /usr/local/lib
du -ah --max-depth 1 /usr/local/lib
ls /opt/google
du -ah --max-depth 1 /opt/google
ls /opt
Expand Down

0 comments on commit cff13e2

Please sign in to comment.