Skip to content

Commit ece2593

Browse files
committed
ci(tinyusb): Build all examples
1 parent b9d898c commit ece2593

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/tusb_ncm"
26+
export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
2727
export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28-
python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/
28+
python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/tusb_*
2929
idf-build-apps find --path ${EXAMPLES_PATH}/ --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE}
3030
idf-build-apps build --path ${EXAMPLES_PATH}/ --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE}
3131
- uses: actions/upload-artifact@v4
@@ -78,4 +78,4 @@ jobs:
7878
cd ${IDF_PATH}
7979
. ./export.sh
8080
export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
81-
pytest ${EXAMPLES_PATH} --target ${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --ignore-result-cases=*ncm
81+
pytest ${EXAMPLES_PATH} --target ${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --ignore-result-cases=*ncm_example

0 commit comments

Comments
 (0)