Skip to content

Commit 97ee5d7

Browse files
committed
fix
1 parent fabccbd commit 97ee5d7

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-
df
41+
df -h
4242
du -sh ${{ github.workspace }}
4343
4444
# We need to build test projects, so that we can interrogate each test project
@@ -71,7 +71,7 @@ jobs:
7171
- name: du -sh
7272
if: ${{ always() }}
7373
run: |-
74-
df
74+
df -h
7575
du -sh ${{ github.workspace }}
7676
du -sh ${{ github.workspace }}/artifacts
7777

0 commit comments

Comments
 (0)