Skip to content

Commit dcaae1d

Browse files
ci(esp_tinyusb): Upload artifact change find .bin adn .elf
1 parent 333fe6e commit dcaae1d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_and_run_test_app_usb.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
path: |
3636
**/test_app*/**/build_esp*/bootloader/bootloader.bin
3737
**/test_app*/**/build_esp*/partition_table/partition-table.bin
38-
**/test_app*/**/build_esp*/test_app_usb_*.bin
39-
**/test_app*/**/build_esp*/test_app_usb_*.elf
38+
**/test_app*/**/build_esp*/test_app_*.bin
39+
**/test_app*/**/build_esp*/test_app_*.elf
4040
**/test_app*/**/build_esp*/flasher_args.json
4141
if-no-files-found: error
4242

@@ -49,8 +49,8 @@ jobs:
4949
matrix:
5050
idf_ver: ["release-v5.0", "release-v5.1", "release-v5.2", "release-v5.3", "latest"]
5151
idf_target: ["esp32s2"]
52-
runner: ["usb_host", "usb_device"]
53-
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}", "${{ matrix.runner }}"]
52+
runner_tag: ["usb_host", "usb_device"]
53+
runs-on: [self-hosted, linux, docker, "${{ matrix.idf_target }}", "${{ matrix.runner_tag }}"]
5454
container:
5555
image: python:3.11-bookworm
5656
options: --privileged # Privileged mode has access to serial ports
@@ -64,4 +64,4 @@ jobs:
6464
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
6565
run: pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb
6666
- name: Run USB Test App on target
67-
run: pytest --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner }} --build-dir=build_${{ matrix.idf_target }}
67+
run: pytest --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}

0 commit comments

Comments
 (0)