Skip to content

Commit 5886811

Browse files
print disk space always
1 parent 50cb1fe commit 5886811

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- uses: ./.github/actions/setup
3434
- run: cargo test --features integration
3535
- name: Show disk usage
36+
if: always()
3637
run: |
3738
echo "=== df -h ==="
3839
df -h

0 commit comments

Comments
 (0)