Skip to content

Commit 5f10dd3

Browse files
committed
ci: check the size of the docker cache
1 parent 075c7fc commit 5f10dd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/runner-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717

1818
- name: Check Disk Space
1919
run: df -h
20+
21+
- name: Check Docker Disk Usage
22+
run: docker system df

0 commit comments

Comments
 (0)