Skip to content

Commit

Permalink
free up disk space for elasticsearch in integration tests (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Aug 15, 2024
1 parent 6bd7aa3 commit ea3b9b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ jobs:
es-version: [8.0.0, 8.13.0]

steps:
- name: Remove irrelevant software to free up disk space
run: |
df -h
sudo rm -rf /opt/ghc
sudo rm -rf /opt/hostedtoolcache/CodeQL
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
df -h
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Elasticsearch
Expand Down

0 comments on commit ea3b9b2

Please sign in to comment.