Skip to content

Commit

Permalink
test2:
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-espressif committed Sep 30, 2024
1 parent 0232f51 commit 0dced5a
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/build_and_run_host_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,20 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build USB Test Application
- name: Set up ESP-IDF Environment
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install pytest pytest-cpp idf-build-apps==2.4.3 --upgrade
idf-build-apps find --target linux
idf-build-apps build --target linux
pytest host/class/cdc/usb_host_cdc_acm/host_test/build_linux
- name: Find
shell: bash
run: idf-build-apps find --target linux

- name: Find
shell: bash
run: idf-build-apps build --target linux

- name: Test
shell: bash
run: pytest host/class/cdc/usb_host_cdc_acm/host_test/build_linux

0 comments on commit 0dced5a

Please sign in to comment.