Skip to content

Commit b95653a

Browse files
committed
run pytest from esp-usb folder
1 parent 30e92d4 commit b95653a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_and_run_esp_usb_test_apps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@ jobs:
8989
name: usb_test_app_bin_${{ matrix.idf_ver }}
9090
path: ${{ env.ESP_USB_PATH }}
9191
- name: Run on target
92-
run:
93-
pytest ${{ env.ESP_USB_APPS_PATH}} --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}
92+
run: |
93+
cd ${{ env.ESP_USB_PATH }}
94+
pytest --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}

0 commit comments

Comments
 (0)