Skip to content

Commit 31a873d

Browse files
committed
Find out how much disk space is available
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 0c12e76 commit 31a873d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_and_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ jobs:
150150
- name: Build ${{ matrix.name }}
151151
shell: bash
152152
run: |
153+
echo "Finding out available disk space before build:"
154+
df -h
153155
./scripts/bazel_ignore_codes.sh build \
154156
${{ matrix.args }} \
155157
--target_pattern_file=target_files/${{ matrix.buildables }} \

0 commit comments

Comments
 (0)