diff options
| author | hathach <[email protected]> | 2023-12-11 14:38:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-11 14:38:37 +0700 |
| commit | 3689c4c60400d95178063199e713b9dc1405a199 (patch) | |
| tree | 965702e1a22cd273046b51538eb880af66255a65 | |
| parent | 721ae45ebbbf679776d9bdc218a483d77b175462 (diff) | |
more test
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index f917c4582..c8f8fb99a 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -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: | |
