more test

This commit is contained in:
hathach 2023-05-26 18:54:14 +07:00
parent c88e7481be
commit 4bd02fb04d
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ jobs:
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
run: |
tree -L 3
find device/ -name "*.elf"
find device/ -name "*.elf" -exec mv {} . \;
# find host/ -name "*.elf" -exec mv {} . \;
# find dual/ -name "*.elf" -exec mv {} . \;