Skip to content

Commit f180376

Browse files
author
cortlyons
committed
clear disk space before running unit tests
1 parent dc89ba9 commit f180376

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ jobs:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
2323

24+
- name: Free up disk space
25+
run: |
26+
sudo rm -rf /usr/share/dotnet
27+
sudo rm -rf /opt/ghc
28+
sudo rm -rf /usr/local/share/boost
29+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
30+
df -h
31+
2432
- name: Setup Go
2533
uses: actions/setup-go@v5
2634
with:

0 commit comments

Comments
 (0)