Skip to content

Commit

Permalink
post
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Oct 18, 2024
1 parent 00b78aa commit fa5c8b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .github/actions/test-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,10 @@ runs:
# no targets or there may only be non-test targets that we want to
# build, so simply inject an explicit no-op test target.
echo "//scripts:no_op_test" >> $TARGETS_FILE
# See "Disk space before build".
- name: Disk space at end
uses: gacts/run-and-post-run@4683764dd706df847f57b9bed39d08164bcd2690 # v1.4.1
if: steps.test-setup.outputs.has_code == 'true'
with:
post: df -h
5 changes: 0 additions & 5 deletions .github/workflows/clang_tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,3 @@ jobs:
--attempts=5 \
build --config=clang-tidy -k \
--target_pattern_file=$TARGETS_FILE
# See "Disk space before build" in `test-setup`.
- name: Disk space after build
if: steps.test-setup.outputs.has_code == 'true'
run: df -h
5 changes: 0 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,3 @@ jobs:
--attempts=5 --jobs-on-last-attempt=4 \
test -c ${{ matrix.build_mode }} \
--target_pattern_file=$TARGETS_FILE
# See "Disk space before build" in `test-setup`.
- name: Disk space after build
if: steps.test-setup.outputs.has_code == 'true'
run: df -h

0 comments on commit fa5c8b2

Please sign in to comment.