Skip to content

Commit e5b217e

Browse files
committed
tests/ports/psoc6/mp_custom/fs.py: Update to list files.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 45f26db commit e5b217e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ports_psoc6.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ 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+
dev_test=${devs[0]}
84+
./tools/mpremote/mpremote.py connect ${dev_test} fs cp ./ports/psoc6/inputs/test_fs_small_file.txt :/
8085
- name: Run psoc6 tests
8186
timeout-minutes: 12
8287
run: |

0 commit comments

Comments
 (0)