Skip to content

Commit 261cac5

Browse files
committed
fix
1 parent d0a1845 commit 261cac5

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
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: du -sh
4040
run:
41-
du -sh /
41+
df
4242
du -sh ${{ github.workspace }}
4343
du -sh ${{ github.workspace }}/artifacts
4444

@@ -72,7 +72,7 @@ jobs:
7272
- name: du -sh
7373
if: ${{ always() }}
7474
run:
75-
du -sh /
75+
df
7676
du -sh ${{ github.workspace }}
7777
du -sh ${{ github.workspace }}/artifacts
7878

0 commit comments

Comments
 (0)