Skip to content

Commit

Permalink
fix df -h
Browse files Browse the repository at this point in the history
  • Loading branch information
vakarisbk committed Oct 17, 2023
1 parent abf7def commit b71a60d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ jobs:
- name: Test - check space usage
run: |
df -h /
du -sh /*
du -sh /mnt/*
df -h
- name: Test - Run Spark on K8S integration test (With driver cpu 0.5, executor cpu 0.2 limited)
working-directory: ${{ github.workspace }}/spark
Expand Down Expand Up @@ -317,9 +315,7 @@ jobs:
- name: Test - check space usage
run: |
df -h /
du -sh /*
du -sh /mnt/*
df -h
- name: Test - Upload Spark on K8S integration tests log files
if: failure()
Expand Down

0 comments on commit b71a60d

Please sign in to comment.