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
1 changed files with 7 additions and 0 deletions

View File

@ -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: |