We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcaae1d commit 9ddac7bCopy full SHA for 9ddac7b
.github/workflows/build_and_run_test_app_usb.yml
@@ -38,6 +38,7 @@ jobs:
38
**/test_app*/**/build_esp*/test_app_*.bin
39
**/test_app*/**/build_esp*/test_app_*.elf
40
**/test_app*/**/build_esp*/flasher_args.json
41
+ **/test_app*/**/build_esp*/config/sdkconfig.json
42
if-no-files-found: error
43
44
run-target-usb-host:
pytest.ini
@@ -7,6 +7,7 @@ cpp_files = host_test_*.elf
7
addopts =
8
-s
9
--tb short
10
+ --embedded-services esp,idf
11
12
markers =
13
# target markers
0 commit comments