Skip to content

Commit c1d497e

Browse files
committed
ci(tinyusb): Change folder of yml
1 parent c39932e commit c1d497e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_run_esp_usb_test_apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
container: espressif/idf:${{ matrix.idf_ver }}
1919
env:
2020
ESP_USB_MANIFEST: ./esp-usb/.build-test-rules.yml
21-
ESP_USB_TINYUSB: ./esp-usb/device/esp_tinyusb
21+
ESP_USB_TINYUSB: ./esp-usb/device/esp_tinyusb/
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
@@ -35,7 +35,7 @@ jobs:
3535
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
3636
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
3737
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
38-
python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TINYUSB }}/*
38+
python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TINYUSB }}/test_*
3939
idf-build-apps find --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
4040
idf-build-apps build --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
4141
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)