Test ESP32C3 connectivity

This commit is contained in:
jasonpcarroll 2025-08-22 13:46:12 -07:00 committed by GitHub
parent ccabdec2f8
commit 793d8986f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 22 additions and 816 deletions

22
.github/workflows/esp32c3-test.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: Hardware Runner PenTest Example Jobs
on:
push:
workflow_dispatch:
jobs:
esp32c3-execution:
# Specify that you want to run on a hardware runner
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