Skip to content

Commit 3cb5e98

Browse files
test
1 parent 8256aac commit 3cb5e98

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/esp32c3-test.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ on:
55
workflow_dispatch:
66

77
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+
run: uhubctl
831
tirm46-execution:
932
runs-on:
1033
- self-hosted

0 commit comments

Comments
 (0)