Skip to content

Commit 30e92d4

Browse files
committed
place artifacts in esp-idf folder
1 parent b619b82 commit 30e92d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_run_esp_usb_test_apps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
- uses: actions/download-artifact@v4
8888
with:
8989
name: usb_test_app_bin_${{ matrix.idf_ver }}
90+
path: ${{ env.ESP_USB_PATH }}
9091
- name: Run on target
9192
run:
9293
pytest ${{ env.ESP_USB_APPS_PATH}} --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}

0 commit comments

Comments
 (0)