From 444ffd532f3c77f00e33be67b1bd8f961a1cd64e Mon Sep 17 00:00:00 2001 From: Evgeny Torbin Date: Fri, 26 Jan 2024 11:25:38 +0100 Subject: [PATCH] fix: Return information about ttyUSB0 port --- .github/workflows/hil.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hil.yml b/.github/workflows/hil.yml index 0a3a02d8..e5268406 100644 --- a/.github/workflows/hil.yml +++ b/.github/workflows/hil.yml @@ -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' }}