Skip to content

Commit fabccbd

Browse files
committed
fix
1 parent 9ea6441 commit fabccbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: |-
4141
df
4242
du -sh ${{ github.workspace }}
43-
du -sh ${{ github.workspace }}/artifacts
4443
4544
# We need to build test projects, so that we can interrogate each test project
4645
# and find out whether it contains any tests of the specified type.
@@ -71,7 +70,7 @@ jobs:
7170
7271
- name: du -sh
7372
if: ${{ always() }}
74-
run:
73+
run: |-
7574
df
7675
du -sh ${{ github.workspace }}
7776
du -sh ${{ github.workspace }}/artifacts

0 commit comments

Comments
 (0)