Skip to content

Commit 9ddac7b

Browse files
ci(esp_tinyusb): Add sdkconfig.json to artifacts
1 parent dcaae1d commit 9ddac7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build_and_run_test_app_usb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
**/test_app*/**/build_esp*/test_app_*.bin
3939
**/test_app*/**/build_esp*/test_app_*.elf
4040
**/test_app*/**/build_esp*/flasher_args.json
41+
**/test_app*/**/build_esp*/config/sdkconfig.json
4142
if-no-files-found: error
4243

4344
run-target-usb-host:

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cpp_files = host_test_*.elf
77
addopts =
88
-s
99
--tb short
10+
--embedded-services esp,idf
1011

1112
markers =
1213
# target markers

0 commit comments

Comments
 (0)