Skip to content

Commit

Permalink
fix: Return information about ttyUSB0 port
Browse files Browse the repository at this point in the history
  • Loading branch information
achxkloel committed Jan 26, 2024
1 parent d041258 commit 444ffd5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ jobs:
echo "List of files in 'espflash_app':"
ls -l espflash_app
# - name: information about port ttyUSB0
# run: |
# ls -l /dev/ttyUSB0
- name: information about port ttyUSB0
if: ${{ matrix.board != 'esp32c3' }}
run: |
ls -l /dev/ttyUSB0
# - name: board-info esp32c3 test
# if: ${{ matrix.board == 'esp32c3' }}
Expand Down

0 comments on commit 444ffd5

Please sign in to comment.