Skip to content

Commit e5dab02

Browse files
committed
show space
1 parent 041eeab commit e5dab02

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838

39+
- name: du -sh
40+
run:
41+
du -sh /
42+
du -sh ${{ github.workspace }}
43+
du -sh ${{ github.workspace }}/artifacts
44+
3945
# We need to build test projects, so that we can interrogate each test project
4046
# and find out whether it contains any tests of the specified type.
4147
# We use BuildTestsOnly=true to reduce disk space usage by skipping src, playground, and pack projects.
@@ -63,6 +69,13 @@ jobs:
6369
/p:Build=false
6470
/bl:${{ github.workspace }}/artifacts/log/Release/runsheet.binlog
6571
72+
- name: du -sh
73+
if: ${{ always() }}
74+
run:
75+
du -sh /
76+
du -sh ${{ github.workspace }}
77+
du -sh ${{ github.workspace }}/artifacts
78+
6679
- name: Upload logs, and test results
6780
if: ${{ always() }}
6881
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1

0 commit comments

Comments
 (0)