Skip to content

Commit

Permalink
action: Show CPU and memory
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jan 8, 2025
1 parent 08f032c commit 2042f2c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ runs:
shell: bash
run: env

- name: Show CPU
shell: bash
run: lscpu

- name: Show memory
shell: bash
run: lsmem

- name: Enable unprivileged user namespaces
shell: bash
run: |
Expand Down

0 comments on commit 2042f2c

Please sign in to comment.