list serial ports

This commit is contained in:
Matthew Kennedy 2023-07-18 00:51:45 -07:00
parent 5c6f58d0a2
commit a29270405c
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ jobs:
working-directory: ./firmware working-directory: ./firmware
run: openocd -f "${{matrix.openocd-script}}" -c init -c targets -c "reset halt" -c "flash erase_sector 0 0 11" -c "flash write_image "deliver/fome.bin" 0x08000000" -c "reset run" -c "shutdown" run: openocd -f "${{matrix.openocd-script}}" -c init -c targets -c "reset halt" -c "flash erase_sector 0 0 11" -c "flash write_image "deliver/fome.bin" 0x08000000" -c "reset run" -c "shutdown"
- name: List serial ports
run: ls /dev/serial/by-id/
# This both compiles and runs HW CI tests # This both compiles and runs HW CI tests
- name: Run Hardware CI - name: Run Hardware CI
run: .github/workflows/hw-ci/run_hw_ci.sh ${{matrix.test-suite}} run: .github/workflows/hw-ci/run_hw_ci.sh ${{matrix.test-suite}}