Skip to content

Commit

Permalink
try cleaning up disk for unit tests to avoid 'No space left on device…
Browse files Browse the repository at this point in the history
…' error
  • Loading branch information
dlg99 committed Nov 11, 2024
1 parent 9059a6c commit 7cb01c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.jdk || '17' }}

- name: Clean Disk
uses: ./.github/actions/clean-disk

- name: Install gh-actions-artifact-client.js
uses: apache/pulsar-test-infra/gh-actions-artifact-client/dist@master

Expand Down

0 comments on commit 7cb01c7

Please sign in to comment.