Skip to content

Commit 3d9a800

Browse files
committed
Debug disk space usage
1 parent 5e79d7c commit 3d9a800

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/push.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- swipawiwat/test-disk-space
78
paths-ignore:
89
- '*.md'
910
workflow_dispatch:
@@ -29,6 +30,8 @@ jobs:
2930
uses: jlumbroso/[email protected]
3031
with:
3132
tool-cache: true
33+
- name: Check disk space before build
34+
run: df -h
3235

3336
- name: Checkout the repo
3437
uses: actions/checkout@v4
@@ -53,3 +56,6 @@ jobs:
5356

5457
- name: Execute buildHealth for main project
5558
run: './gradlew buildHealth -s'
59+
60+
- name: Check disk space after buildHealth for main project
61+
run: du -h | sort -hr | head -n 20

0 commit comments

Comments
 (0)