FreeRTOS-Kernel/.github/workflows/esp32c3-test.yml
jasonpcarroll 6aa97b2bc3
test
2025-08-22 13:52:43 -07:00

21 lines
398 B
YAML

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