Skip to content

Commit

Permalink
up linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doroved committed Mar 23, 2024
1 parent 0b3e4eb commit 4cc5c2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
run: cargo test -- --nocapture
- name: Get /etc/machine-id
run: cat /etc/machine-id
- name: Get /var/lib/dbus/machine-id
run: cat /var/lib/dbus/machine-id
- name: hostnamectl status Machine ID
run: hostnamectl status | awk '/Machine ID:/ {print $3}'
- name: Get sudo lshw
run: sudo lshw
- name: Get sudo dmidecode
run: sudo dmidecode -t system
- name: hostnamectl status - Machine ID
run: hostnamectl status | awk '/Machine ID:/ {print $3}'

0 comments on commit 4cc5c2d

Please sign in to comment.