Skip to content

Commit ea429be

Browse files
committed
ci(esp_tinyusb): Try to run pytest
1 parent 7b4bfbe commit ea429be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
run: |
2424
. ${IDF_PATH}/export.sh
2525
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
26-
export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
26+
export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device/tusb_hid"
2727
export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28-
python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/tusb_*
28+
python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}
2929
idf-build-apps find --path ${EXAMPLES_PATH}/ --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3030
idf-build-apps build --path ${EXAMPLES_PATH}/ --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3131
- uses: actions/upload-artifact@v4
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
cd ${IDF_PATH}
6868
. ./export.sh
69-
pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab
69+
pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab minio
7070
- name: Run USB Test App on target
7171
run: |
7272
cd ${IDF_PATH}

0 commit comments

Comments
 (0)