Skip to content

Commit

Permalink
Force disk space check to pass
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Nov 13, 2024
1 parent bccb9ac commit 207d45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
su `id -un 1000` -c "./gradlew integTest -PnumNodes=5"
- name: Check Disk Space
run: |
df -h
du -sh /
df -h || true
du -sh / || true
- name: Run Backwards Compatibility Tests
run: |
echo "Running backwards compatibility tests ..."
Expand Down

0 comments on commit 207d45f

Please sign in to comment.