mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2026-04-20 22:05:09 +00:00
bash fix?
This commit is contained in:
parent
96ccf84fe1
commit
adcf7f10f6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_check.yml
vendored
4
.github/workflows/build_check.yml
vendored
|
|
@ -121,9 +121,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: PlatformIO Test
|
||||
run: |
|
||||
PORTS=("/dev/ttyUSB0" "/dev/ttyUSB1" "/dev/ttyUSB2")
|
||||
for port in "${PORTS[@]}"
|
||||
do
|
||||
pio test -vv --upload-port $port --test-port $port
|
||||
done
|
||||
env:
|
||||
PORTS: ("/dev/ttyUSB0" "/dev/ttyUSB1" "/dev/ttyUSB2")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue