Skip to content

Commit 7fc32c6

Browse files
author
M. Fatih Cırıt
committed
show disk space
Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
1 parent 24c1ae8 commit 7fc32c6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

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

39-
- name: Check disk space before build
39+
- name: Show disk space before the tasks
4040
run: df -h
4141

4242
- name: Remove exec_depend
@@ -72,7 +72,7 @@ jobs:
7272
verbose: true
7373
flags: differential
7474

75-
- name: Check disk space after build
75+
- name: Show disk space after the tasks
7676
run: df -h
7777

7878
clang-tidy-differential:

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

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Check out repository
2828
uses: actions/checkout@v3
2929

30+
- name: Show disk space before the tasks
31+
run: df -h
32+
3033
- name: Remove exec_depend
3134
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1
3235

@@ -59,3 +62,6 @@ jobs:
5962
fail_ci_if_error: false
6063
verbose: true
6164
flags: total
65+
66+
- name: Show disk space after the tasks
67+
run: df -h

0 commit comments

Comments
 (0)