Skip to content

Commit

Permalink
ci(esp_tinyusb): Try to run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 4, 2024
1 parent 25e4b2c commit f84c033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
cd ${IDF_PATH}
. ./export.sh
export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
pytest ${EXAMPLES_PATH} --target ${{ matrix.idf_target }} --build-dir=build_${{ matrix.idf_target }}
@pytest --embedded-services esp,idf ${EXAMPLES_PATH} --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}

0 comments on commit f84c033

Please sign in to comment.