mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
lets try this action
This commit is contained in:
parent
fb023e61a9
commit
968c36ae16
20
.github/workflows/build_check.yml
vendored
20
.github/workflows/build_check.yml
vendored
|
|
@ -84,22 +84,10 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
|
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- name: update system
|
|
||||||
run: sudo apt-get update && sudo apt-get upgrade
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- uses: actions/cache@v3
|
- name: PlatformIO Test
|
||||||
|
uses: karniv00l/platformio-remote-test-action@v1
|
||||||
with:
|
with:
|
||||||
path: |
|
force-remote: true
|
||||||
~/.cache/pip
|
verbose: true
|
||||||
~/.platformio/.cache
|
|
||||||
key: ${{ runner.os }}-pio
|
|
||||||
- uses: actions/setup-python@v4
|
|
||||||
with:
|
|
||||||
python-version: '3.9'
|
|
||||||
- name: Install PlatformIO Core
|
|
||||||
run: pip install --upgrade platformio
|
|
||||||
- name: list devices connected
|
|
||||||
run: pio remote device list
|
|
||||||
- name: run tests
|
|
||||||
run: pio remote test -v -r
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue