Skip to content

Commit

Permalink
github-action: cleanup unused tools (#3268)
Browse files Browse the repository at this point in the history
This will help with some disk space issues when running the ITs
  • Loading branch information
v1v authored Aug 8, 2023
1 parent 026f054 commit 7a03223
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,17 @@ jobs:
with:
name: build
path: ${{ github.workspace }}
# As long as there are some space issues with the CI runners.
- name: Free Disk Space
uses: jlumbroso/free-disk-space@0add001504c51b93b35ac8e81d252bdd47e4ef07
with:
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
tool-cache: false
- uses: ./.github/workflows/maven-goal
with:
command: ./mvnw -q -P ci-application-server-integration-tests verify
Expand Down

0 comments on commit 7a03223

Please sign in to comment.