Skip to content

MID linux

MID linux #8

Workflow file for this run

name: MID linux
on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test -- --nocapture
- name: Get /etc/machine-id
run: cat /etc/machine-id
- name: Get sudo lshw
run: sudo lshw
- name: Get sudo dmidecode
run: sudo dmidecode -t system