Skip to content

Commit 21e5646

Browse files
committed
more df
1 parent 97ee5d7 commit 21e5646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/specialized-test-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
if: ${{ always() }}
7373
run: |-
7474
df -h
75-
du -sh ${{ github.workspace }}
76-
du -sh ${{ github.workspace }}/artifacts
75+
du -d 2 -h ${{ github.workspace }}
76+
du -d 2 -h ${{ github.workspace }}/artifacts
7777
7878
- name: Upload logs, and test results
7979
if: ${{ always() }}

0 commit comments

Comments
 (0)