Skip to content

Commit 793d898

Browse files
Test ESP32C3 connectivity
1 parent ccabdec commit 793d898

File tree

8 files changed

+22
-816
lines changed

8 files changed

+22
-816
lines changed

.github/workflows/auto-release.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

.github/workflows/coverity_scan.yml

Lines changed: 0 additions & 138 deletions
This file was deleted.

.github/workflows/esp32c3-test.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Hardware Runner PenTest Example Jobs
2+
3+
on:
4+
push:
5+
workflow_dispatch:
6+
7+
jobs:
8+
esp32c3-execution:
9+
# Specify that you want to run on a hardware runner
10+
runs-on:
11+
- self-hosted
12+
- cirunner-type-vm
13+
- cirunner-size-micro
14+
- cirunner-image-ubuntu-runner-vm
15+
- cirunner-hardware-esp32c3
16+
17+
steps:
18+
- name: install usb utils
19+
run: apt update && apt install usbutils
20+
21+
- name: lsusb
22+
run: lsusb

.github/workflows/git-secrets.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)