Skip to content

test

test #2

Workflow file for this run

name: Hardware Runner PenTest Example Jobs
on:
push:
workflow_dispatch:
jobs:
esp32c3-execution-1:
runs-on:
- self-hosted
- cirunner-type-vm
- cirunner-size-micro
- cirunner-image-ubuntu-runner-vm
- cirunner-hardware-esp32c3
steps:
- name: install usb utils
run: apt update && apt install usbutils
- name: lsusb
run: lsusb