We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e5646 commit 8979104Copy full SHA for 8979104
.github/workflows/specialized-test-runner.yml
@@ -40,6 +40,7 @@ jobs:
40
run: |-
41
df -h
42
du -sh ${{ github.workspace }}
43
+ du -d 1 -h ~/.nuget/packages
44
45
# We need to build test projects, so that we can interrogate each test project
46
# and find out whether it contains any tests of the specified type.
@@ -72,8 +73,8 @@ jobs:
72
73
if: ${{ always() }}
74
75
- du -d 2 -h ${{ github.workspace }}
76
- du -d 2 -h ${{ github.workspace }}/artifacts
77
+ du -d 1 -h ${{ github.workspace }}
78
79
- name: Upload logs, and test results
80
0 commit comments