Skip to content

Commit

Permalink
Enable node cleanup for test-other-modules
Browse files Browse the repository at this point in the history
This job is fetching various docker images and can easily go out of available disk space
  • Loading branch information
wendigo committed Oct 10, 2023
1 parent c66073e commit 0efef5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ jobs:
- uses: ./.github/actions/setup
with:
cache: restore
cleanup-node: true
- name: Maven Install
run: |
export MAVEN_OPTS="${MAVEN_INSTALL_OPTS}"
Expand Down

0 comments on commit 0efef5a

Please sign in to comment.