mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
just use firmware binary
This commit is contained in:
parent
99151b0376
commit
d6627241a9
8
.github/workflows/build_check.yml
vendored
8
.github/workflows/build_check.yml
vendored
|
|
@ -34,11 +34,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware
|
||||||
path: .pio/build/lora_board/firmware.bin
|
path: .pio/build/lora_board/firmware.bin
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: build_folder
|
|
||||||
path: .pio
|
|
||||||
|
|
||||||
formatting-check:
|
formatting-check:
|
||||||
name: Formatting Check
|
name: Formatting Check
|
||||||
|
|
@ -137,6 +132,7 @@ jobs:
|
||||||
- name: Download a single artifact
|
- name: Download a single artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build_folder
|
name: firmware
|
||||||
|
path: .pio/build/lora_board/firmware.bin
|
||||||
- name: PlatformIO Test
|
- name: PlatformIO Test
|
||||||
run: pio test -vv --without-building --upload-port ${{ matrix.port }} --test-port ${{ matrix.port }}
|
run: pio test -vv --without-building --upload-port ${{ matrix.port }} --test-port ${{ matrix.port }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue