Skip to content

Commit

Permalink
apacheGH-37373: [CI][Integration] Free up disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 24, 2023
1 parent c927520 commit 24c004c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
with:
repository: apache/arrow-rs
path: rust
- name: Free up disk space
run: |
ci/scripts/util_free_space.sh
- name: Cache Docker Volumes
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 24c004c

Please sign in to comment.