Skip to content

Commit f8c3a04

Browse files
committed
wip: GH runner disk space
1 parent 2096b80 commit f8c3a04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
outputs:
2525
eras: ${{ steps.eras-test-lab.outputs.eras }}
2626
steps:
27+
- name: HDD space
28+
run: |
29+
df -h
2730
- name: Checkout sources
2831
uses: actions/checkout@v4
2932

0 commit comments

Comments
 (0)