Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmatthews committed Mar 27, 2024
1 parent 5b150eb commit cc27c0f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ jobs:
- name: Show Vagrant version
run: vagrant --version

- name: Maximize build space
run: |
echo "Available storage before:"
df -h
echo "Removing /usr/share/dotnet, /usr/local/lib/android, /opt/ghc"
sudo rm -rf \
/usr/share/dotnet \
/usr/local/lib/android \
/opt/ghc
echo "Available storage after:"
df -h
- name: Run vagrant up
run: |
df -h
Expand Down

0 comments on commit cc27c0f

Please sign in to comment.