Skip to content

Commit 6bdf73d

Browse files
committed
.github/workflows/ports_psoc6.yml: Add steps for debugging.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent a6f9ed6 commit 6bdf73d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- name: mpremote test
8181
run: |
8282
devs=$(python3 ./tools/psoc6/get-devs.py port -b ${{ matrix.board }} -y tools/psoc6/${{ runner.name }}-devs.yml)
83+
echo "${devs}"
8384
dev_test=${devs[0]}
8485
echo "${dev_test}"
8586
./tools/mpremote/mpremote.py connect ${dev_test} fs cp ./tests/ports/psoc6/inputs/test_fs_small_file.txt :/

0 commit comments

Comments
 (0)