Skip to content

Commit

Permalink
Check disk while building
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Feb 15, 2024
1 parent 8f761e3 commit 7f7459d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
run: |
bazel test --test_tag_filters=-lint //...
- name: Check disk
run: |
df -h
cd / && du -d 1 -h 2>/dev/null
- name: Build all artifacts
run: |
bazel build //...
Expand Down

0 comments on commit 7f7459d

Please sign in to comment.