Skip to content

Commit

Permalink
ci(tinyusb): Add path to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 9, 2024
1 parent bc996df commit fa27126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_esp_usb_test_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
name: usb_test_app_bin_${{ matrix.idf_ver }}
path: ${{env.ESP_TINYUSB_TEST_APPS}}
- name: Run USB Test App on target
run: pytest --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=${{env.ESP_TINYUSB_TEST_APPS}}
run: pytest ${{env.ESP_TINYUSB_TEST_APPS}} --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=${{env.ESP_TINYUSB_TEST_APPS}}

0 comments on commit fa27126

Please sign in to comment.