Skip to content

Commit 1b93757

Browse files
free up disk space for elasticsearch in integration tests (#1878) (#1879)
(cherry picked from commit ea3b9b2) Co-authored-by: Miguel Grinberg <[email protected]>
1 parent b637d4f commit 1b93757

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ jobs:
8585
es-version: [8.0.0, 8.13.0]
8686

8787
steps:
88+
- name: Remove irrelevant software to free up disk space
89+
run: |
90+
df -h
91+
sudo rm -rf /opt/ghc
92+
sudo rm -rf /opt/hostedtoolcache/CodeQL
93+
sudo rm -rf /usr/local/lib/android
94+
sudo rm -rf /usr/share/dotnet
95+
df -h
8896
- name: Checkout Repository
8997
uses: actions/checkout@v3
9098
- name: Setup Elasticsearch

0 commit comments

Comments
 (0)