We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43166cc commit ceeb378Copy full SHA for ceeb378
.github/workflows/build_and_run_esp_usb_test_apps.yml
@@ -90,4 +90,4 @@ jobs:
90
- name: Run on target
91
run: |
92
cd ${{ env.ESP_USB_PATH }}
93
- pytest --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}
+ pytest -s --trace-config -vv --collect-only --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}
0 commit comments