summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-11 14:38:37 +0700
committerhathach <[email protected]>2023-12-11 14:38:37 +0700
commit3689c4c60400d95178063199e713b9dc1405a199 (patch)
tree965702e1a22cd273046b51538eb880af66255a65 /.github
parent721ae45ebbbf679776d9bdc218a483d77b175462 (diff)
more test
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake_arm.yml7
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: |