Skip to content

Commit ceeb378

Browse files
committed
add pytest verbose
1 parent 43166cc commit ceeb378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_run_esp_usb_test_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ jobs:
9090
- name: Run on target
9191
run: |
9292
cd ${{ env.ESP_USB_PATH }}
93-
pytest --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}
93+
pytest -s --trace-config -vv --collect-only --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}

0 commit comments

Comments
 (0)