We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8256aac commit 3cb5e98Copy full SHA for 3cb5e98
1 file changed
.github/workflows/esp32c3-test.yml
@@ -5,6 +5,29 @@ on:
5
workflow_dispatch:
6
7
jobs:
8
+ tirm57-execution:
9
+ runs-on:
10
+ - self-hosted
11
+ - cirunner-type-vm
12
+ - cirunner-size-micro
13
+ - cirunner-image-ubuntu-runner-vm
14
+ - cirunner-hardware-tirm57l
15
+
16
+ steps:
17
+ - name: list usb hub devices and status
18
+ run: uhubctl
19
20
+ #- name: disable board
21
+ # run: uhubctl -l 1-1 -p 3 -a off
22
23
+ #- name: list usb devices and status
24
+ # run: uhubctl
25
26
+ #- name: enable board
27
+ # run: uhubctl -l 1-1 -p 3 -a on
28
29
+ - name: list usb devices and status
30
31
tirm46-execution:
32
runs-on:
33
- self-hosted
0 commit comments