Skip to content

Commit

Permalink
vm metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 22, 2024
1 parent 15149cd commit a147464
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
run: terraform init
working-directory: ./tests/setup

- name: Validate Terraform configuration
run: terraform validate
working-directory: ./tests/setup
- name: Show VM metrics
run: cat /proc/cpuinfo && cat /proc/meminfo && df -h

- name: Apply Terraform infrastructure
run: terraform apply --auto-approve
Expand All @@ -58,4 +57,3 @@ jobs:
if: always()
run: terraform destroy --auto-approve
working-directory: ./tests/setup

0 comments on commit a147464

Please sign in to comment.