summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-07-27 20:31:57 +0700
committerhathach <[email protected]>2022-07-27 20:31:57 +0700
commit2d5be437472d2da573bae0c1e64ee8e017391dfe (patch)
tree532af42e3ec02fb5b3629301e7e47701b2e908c3
parent4411579ae099acbcf4559c691a0fb67b2596b52c (diff)
fix typo
-rw-r--r--.github/workflows/test_hardware.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_hardware.yml b/.github/workflows/test_hardware.yml
index b5e0831d4..77b95bfee 100644
--- a/.github/workflows/test_hardware.yml
+++ b/.github/workflows/test_hardware.yml
@@ -41,7 +41,7 @@ jobs:
- name: Test cdc_dual_ports
#working-directory: ${{github.workspace}}
run: |
- ./flash_sh cdc_dual_ports
+ ./flash.sh cdc_dual_ports
test -e /dev/ttyACM1 && echo "ttyACM1 exists"
test -e /dev/ttyACM2 && echo "ttyACM2 exists"