Skip to content

Commit

Permalink
head 100
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 22, 2024
1 parent 88ed5a5 commit 951721a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working-directory: ./tests/setup

- name: Show VM metrics
run: cat /proc/cpuinfo && cat /proc/meminfo && df -h && tree -h -L 3 /
run: cat /proc/cpuinfo && cat /proc/meminfo && df -h && du -h --max-depth=3 / | sort -rh | head -n 100

# - name: Apply Terraform infrastructure
# run: terraform apply --auto-approve
Expand Down

0 comments on commit 951721a

Please sign in to comment.