File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments