Skip to content

Commit

Permalink
chore(infra): print runner CPU & MEM info
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jul 8, 2024
1 parent beb6d99 commit 1fb41e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ jobs:
timeout-minutes: 180

steps:
- name: Print System Information
run: |
echo "CPU INFO:"
lscpu
echo
echo "MEMORY INFO:"
free -h
- name: Setup Environment
run: |
RUNNER_START_TIME="$(date +%s)"
Expand Down

0 comments on commit 1fb41e9

Please sign in to comment.