Skip to content

Commit 9687a49

Browse files
authored
ci(build-and-test-differential): add df -h (#6283)
* ci(build-and-test-differential): add df -h Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci: update yaml format Signed-off-by: kminoda <koji.minoda@tier4.jp> --------- Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent 6000936 commit 9687a49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-test-differential.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
fetch-depth: 0
3838

39+
- name: Check disk space before build
40+
run: df -h
41+
3942
- name: Remove exec_depend
4043
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
4144

@@ -69,6 +72,9 @@ jobs:
6972
verbose: true
7073
flags: differential
7174

75+
- name: Check disk space after build
76+
run: df -h
77+
7278
clang-tidy-differential:
7379
runs-on: ubuntu-latest
7480
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda

0 commit comments

Comments
 (0)