1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-03-30 22:20:17 +00:00

more test

This commit is contained in:
hathach 2023-12-11 14:38:37 +07:00
parent 721ae45ebb
commit 3689c4c604
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA

@ -125,6 +125,13 @@ jobs:
uses: actions/download-artifact@v3
with:
name: ${{ matrix.board }}
path: cmake-build/cmake-build-${{ matrix.board }}
- name: Display structure of downloaded files
run: ls -R
working-directory: cmake-build/cmake-build-${{ matrix.board }}
- run: tree
- name: Test on actual hardware
run: |