Skip to content

Commit

Permalink
Also print free disk space prior to clearing space
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Aug 23, 2024
1 parent 4b757a3 commit 2922f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:
- name: Remove unnecessary files
run: |
df -h /
# Remove software and language runtimes we're not using
sudo rm -rf \
"$AGENT_TOOLSDIRECTORY" \
Expand Down

0 comments on commit 2922f8c

Please sign in to comment.