Skip to content

Commit

Permalink
Display RAM and swap before e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Jan 12, 2024
1 parent 1bc8f0c commit d72f407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
# Temp. workaround to save space to prevent GH runners from running out
- name: Cleanup cargo deps
run: rm -rf build/lib/target/debug/deps

- name: Display RAM and swap
run: free -h

- name: E2E tests
run: ./make.sh test
Expand Down

0 comments on commit d72f407

Please sign in to comment.