From b7505d09cb3b23461654f294fec0410942630373 Mon Sep 17 00:00:00 2001 From: Roman Leonov Date: Wed, 12 Nov 2025 10:00:41 +0100 Subject: [PATCH] fix(ci): Added path to recently added ignore_warning_file.txt in esp-usb --- .github/workflows/build_and_run_esp_usb_test_apps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_run_esp_usb_test_apps.yml b/.github/workflows/build_and_run_esp_usb_test_apps.yml index c74873b84c..ee82f26aa7 100644 --- a/.github/workflows/build_and_run_esp_usb_test_apps.yml +++ b/.github/workflows/build_and_run_esp_usb_test_apps.yml @@ -24,6 +24,7 @@ jobs: ESP_USB_PATH: esp-usb ESP_USB_CONFIG_FILE: esp-usb/.idf_build_apps.toml ESP_USB_MANIFEST: esp-usb/.build-test-rules.yml + ESP_USB_IGNORE_WARNING_FILE: esp-usb/.ignore_build_warnings.txt ESP_TINYUSB_TEST_APPS: esp-usb/device/esp_tinyusb/test_apps steps: - uses: actions/checkout@v4 @@ -42,7 +43,7 @@ jobs: export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}" python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_TINYUSB_TEST_APPS }}/*/ idf-build-apps find --config-file ${{ env.ESP_USB_CONFIG_FILE }} -p ${{ env.ESP_TINYUSB_TEST_APPS }} -t all --manifest-files ${{ env.ESP_USB_MANIFEST }} --manifest-rootpath ${{ env.ESP_USB_PATH }} - idf-build-apps build --config-file ${{ env.ESP_USB_CONFIG_FILE }} -p ${{ env.ESP_TINYUSB_TEST_APPS }} -t all --manifest-files ${{ env.ESP_USB_MANIFEST }} --manifest-rootpath ${{ env.ESP_USB_PATH }} + idf-build-apps build --config-file ${{ env.ESP_USB_CONFIG_FILE }} -p ${{ env.ESP_TINYUSB_TEST_APPS }} -t all --manifest-files ${{ env.ESP_USB_MANIFEST }} --manifest-rootpath ${{ env.ESP_USB_PATH }} --ignore-warning-files ${{ env.ESP_USB_IGNORE_WARNING_FILE }} - uses: actions/upload-artifact@v4 with: # Test apps builds live under the repository workspace, we use workspace-relative glob