Skip to content

Commit b1f0bc5

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
devs=$(python3 ./tools/psoc6/get-devs.py port -b ${{ matrix.board }} -y tools/psoc6/${{ runner.name }}-devs.yml)
8383
dev_test=${devs[0]}
84-
./tools/mpremote/mpremote.py connect ${dev_test} fs cp ./ports/psoc6/inputs/test_fs_small_file.txt :/
84+
./tools/mpremote/mpremote.py connect $dev_test fs cp ./tests/ports/psoc6/inputs/test_fs_small_file.txt :/
8585
- name: Run psoc6 tests
8686
timeout-minutes: 12
8787
run: |

0 commit comments

Comments
 (0)