Skip to content

Commit 358df8d

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

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ jobs:
7777
echo "File test_fs_small_file.txt not found!"
7878
exit 1
7979
fi
80-
- name: mpremote test
81-
run: |
82-
devs=$(python3 ./tools/psoc6/get-devs.py port -b ${{ matrix.board }} -y tools/psoc6/${{ runner.name }}-devs.yml)
83-
echo "${devs}"
84-
dev_test=${devs[0]}
85-
echo "${dev_test}"
86-
./tools/mpremote/mpremote.py connect ${dev_test} fs cp ./tests/ports/psoc6/inputs/test_fs_small_file.txt :/
8780
- name: Run psoc6 tests
8881
timeout-minutes: 12
8982
run: |

0 commit comments

Comments
 (0)