Skip to content

Commit

Permalink
ci(build-and-test-differential): add df -h (autowarefoundation#6283)
Browse files Browse the repository at this point in the history
* ci(build-and-test-differential): add df -h

Signed-off-by: kminoda <[email protected]>

* ci: update yaml format

Signed-off-by: kminoda <[email protected]>

---------

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored and karishma1911 committed Jun 3, 2024
1 parent bc745d6 commit 839f95c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,9 @@ 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 +72,9 @@ 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 839f95c

Please sign in to comment.