Skip to content

Commit b7540a3

Browse files
committed
check disk space
1 parent c6f4d90 commit b7540a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/main.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
rustup target add wasm32-unknown-unknown
6767
cargo build
6868
69+
- name: Check disk space
70+
run: |
71+
df -h
72+
du -h / | sort -h |tail -n 50
73+
6974
- name: Test-Account
7075
run: cd testing && cargo test account -- --nocapture
7176

0 commit comments

Comments
 (0)