Skip to content

Commit

Permalink
Merge pull request #5314 from unisonweb/always-print-nix-df-output
Browse files Browse the repository at this point in the history
always print `df` output in nix workflow
  • Loading branch information
aryairani authored Aug 30, 2024
2 parents 88f96b7 + 30726e5 commit 3959a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nix-dev-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
- name: build all packages and development shells
run: nix -L build --accept-flake-config --no-link --keep-going '.#all'
- name: print disk free status
if: always()
run: df -h

0 comments on commit 3959a67

Please sign in to comment.