Skip to content

Commit d72f407

Browse files
committed
Display RAM and swap before e2e tests
1 parent 1bc8f0c commit d72f407

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
# Temp. workaround to save space to prevent GH runners from running out
7474
- name: Cleanup cargo deps
7575
run: rm -rf build/lib/target/debug/deps
76+
77+
- name: Display RAM and swap
78+
run: free -h
7679

7780
- name: E2E tests
7881
run: ./make.sh test

0 commit comments

Comments
 (0)