Skip to content

Commit 40e8069

Browse files
test
1 parent 6aa97b2 commit 40e8069

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/esp32c3-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Hardware Runner PenTest Example Jobs
1+
name: ESP32C3 Test Execution
22

33
on:
44
push:
55
workflow_dispatch:
66

77
jobs:
8-
esp32c3-execution-1:
8+
esp32c3-execution:
99
runs-on:
1010
- self-hosted
1111
- cirunner-type-vm
@@ -17,5 +17,8 @@ jobs:
1717
- name: install usb utils
1818
run: apt update && apt install usbutils
1919

20+
- name: run uhubctl
21+
run: uhubctl
22+
2023
- name: lsusb
2124
run: lsusb

0 commit comments

Comments
 (0)