mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
bash fix?
This commit is contained in:
parent
96ccf84fe1
commit
adcf7f10f6
4
.github/workflows/build_check.yml
vendored
4
.github/workflows/build_check.yml
vendored
|
|
@ -121,9 +121,9 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: PlatformIO Test
|
- name: PlatformIO Test
|
||||||
run: |
|
run: |
|
||||||
|
PORTS=("/dev/ttyUSB0" "/dev/ttyUSB1" "/dev/ttyUSB2")
|
||||||
for port in "${PORTS[@]}"
|
for port in "${PORTS[@]}"
|
||||||
do
|
do
|
||||||
pio test -vv --upload-port $port --test-port $port
|
pio test -vv --upload-port $port --test-port $port
|
||||||
done
|
done
|
||||||
env:
|
|
||||||
PORTS: ("/dev/ttyUSB0" "/dev/ttyUSB1" "/dev/ttyUSB2")
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue