Skip to content

Commit

Permalink
Added tree diagnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
evangelos.ganotopoulos@arm.com authored and evangelos.ganotopoulos@arm.com committed Aug 6, 2024
1 parent f0d6958 commit c60ca80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Test-RefApps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ jobs:
if: always()
working-directory: ./
run: |
rm -rf ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/*
cp -rf ${{ matrix.solution.layer_gcc }}/* ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/ # Copy the Board layer
tree -a -d -L 6
rm -rf ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/*
tree -a -d -L 6
cp -rf ${{ matrix.solution.layer_gcc }}/* ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/ # Copy the Board layer
- name: ${{ matrix.solution.name }} GCC build test
if: always()
Expand Down

0 comments on commit c60ca80

Please sign in to comment.