Skip to content

Commit ce90a4f

Browse files
test
1 parent e0104d0 commit ce90a4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/esp32c3-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- name: list usb hub devices and status
1818
run: uhubctl
1919

20-
- name: disable board
21-
run: uhubctl -l 1-1 -p 3 -a off
20+
#- name: disable board
21+
# run: uhubctl -l 1-1 -p 3 -a off
2222

23-
- name: list usb devices and status
24-
run: uhubctl
23+
#- name: list usb devices and status
24+
# run: uhubctl
2525

26-
- name: enable board
27-
run: uhubctl -l 1-1 -p 3 -a on
26+
#- name: enable board
27+
# run: uhubctl -l 1-1 -p 3 -a on
2828

2929
- name: list usb devices and status
3030
run: uhubctl

0 commit comments

Comments
 (0)