Skip to content

Commit

Permalink
Added step Show *.pidx content
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 Jul 31, 2024
1 parent 131f654 commit 05e27b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/BSP-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
cpackget list
csolution list environment --verbose
find /home/runner/ -name '*.pidx'
- name: Show *.pidx content
run: |
cat /home/runner/.cache/arm/packs/.Web/index.pidx
cat /home/runner/.cache/arm/packs/.Local/local_repository.pidx
- name: List packs
run: |
cpackget list
Expand Down

0 comments on commit 05e27b2

Please sign in to comment.