We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa97b2 commit 40e8069Copy full SHA for 40e8069
1 file changed
.github/workflows/esp32c3-test.yml
@@ -1,11 +1,11 @@
1
-name: Hardware Runner PenTest Example Jobs
+name: ESP32C3 Test Execution
2
3
on:
4
push:
5
workflow_dispatch:
6
7
jobs:
8
- esp32c3-execution-1:
+ esp32c3-execution:
9
runs-on:
10
- self-hosted
11
- cirunner-type-vm
@@ -17,5 +17,8 @@ jobs:
17
- name: install usb utils
18
run: apt update && apt install usbutils
19
20
+ - name: run uhubctl
21
+ run: uhubctl
22
+
23
- name: lsusb
24
run: lsusb
0 commit comments