Skip to content

Commit d1d816f

Browse files
committed
.github/workflows/ci.yml: debug
1 parent c23bcd1 commit d1d816f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ jobs:
103103

104104
- name: Clean up CI machine
105105
if: runner.os == 'macOS'
106-
run: brew test-bot --cleanup --only-cleanup-before
106+
run: |
107+
brew test-bot --cleanup --only-cleanup-before
108+
df -hI /dev/disk3s1s1
107109
108110
- name: Cache Homebrew Gems
109111
id: cache

0 commit comments

Comments
 (0)