Skip to content

Commit 8979104

Browse files
committed
new
1 parent 21e5646 commit 8979104

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |-
4141
df -h
4242
du -sh ${{ github.workspace }}
43+
du -d 1 -h ~/.nuget/packages
4344
4445
# We need to build test projects, so that we can interrogate each test project
4546
# and find out whether it contains any tests of the specified type.
@@ -72,8 +73,8 @@ jobs:
7273
if: ${{ always() }}
7374
run: |-
7475
df -h
75-
du -d 2 -h ${{ github.workspace }}
76-
du -d 2 -h ${{ github.workspace }}/artifacts
76+
du -d 1 -h ~/.nuget/packages
77+
du -d 1 -h ${{ github.workspace }}
7778
7879
- name: Upload logs, and test results
7980
if: ${{ always() }}

0 commit comments

Comments
 (0)