Skip to content

Commit

Permalink
df -h each test
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr committed Aug 29, 2024
1 parent 0f6a9fe commit 4d77a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:

- name: show disk usage
run: df -h
working-directory: "/"

- name: Install libraries
uses: ./.github/actions/setup/macos
Expand Down
1 change: 1 addition & 0 deletions tool/lib/test/unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ def jobs_status(worker)
else
status_line = worker.to_s
end
status_line += `df -h`
update_status(status_line) or (puts; nil)
end

Expand Down

0 comments on commit 4d77a18

Please sign in to comment.