Skip to content

Commit

Permalink
cleanup used space for GitHub Actions (for Integration) (#99)
Browse files Browse the repository at this point in the history
This should fix the error "no space left on device: unknown", like there: https://github.com/storj/up/actions/runs/11377876547/job/31652725692
  • Loading branch information
AlexeyALeonov authored Oct 31, 2024
1 parent a6ce327 commit fae600b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
run: earthly --ci +test
- name: Lint
run: earthly --ci +lint
- name: Cleanup used space
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
docker-images: false
- name: Integration
run: earthly -P --ci +integration-all
run: earthly -P --ci +integration-all

0 comments on commit fae600b

Please sign in to comment.