From 5c0b890901098732e76514893b1f19bca50633f5 Mon Sep 17 00:00:00 2001 From: kminoda <44218668+kminoda@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:43:00 +0900 Subject: [PATCH] ci(build-and-test-differential): add df -h (#6283) * ci(build-and-test-differential): add df -h Signed-off-by: kminoda * ci: update yaml format Signed-off-by: kminoda --------- Signed-off-by: kminoda --- .github/workflows/build-and-test-differential.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index f25c2fe07aab5..e3711d413cb68 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -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 @@ -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