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