Skip to content

Commit

Permalink
ci(build-and-test-differential): add df -h (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <koji.minoda@tier4.jp>
  • Loading branch information
kminoda authored Feb 1, 2024
1 parent 0262c68 commit f712ed2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
with:
fetch-depth: 0

- name: Check disk space before build
run:
df -h

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1

Expand Down Expand Up @@ -69,6 +73,10 @@ jobs:
verbose: true
flags: differential

- name: Check disk space after build
run:
df -h

clang-tidy-differential:
runs-on: ubuntu-latest
container: ghcr.io/autowarefoundation/autoware-universe:humble-latest-cuda
Expand Down

0 comments on commit f712ed2

Please sign in to comment.