Skip to content

Commit

Permalink
action: use latest version for the cleanup (elastic#3337)
Browse files Browse the repository at this point in the history
* action: use https://github.com/jlumbroso/free-disk-space/releases/tag/v1.3.0

* continue on error

* action: use free-disk-space action in non-app-server-integration-tests
  • Loading branch information
v1v authored and schikin committed Oct 11, 2023
1 parent a7b3d56 commit 65a63b0
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@ jobs:
with:
name: build
path: ${{ github.workspace }}
# As long as there are some space issues with the CI runners.
- name: Free Disk Space
continue-on-error: true
uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8
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-non-application-server-integration-tests verify
Expand Down Expand Up @@ -205,7 +217,8 @@ jobs:
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
continue-on-error: true
uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8
with:
android: true
dotnet: true
Expand Down

0 comments on commit 65a63b0

Please sign in to comment.