lets try this action

pull/271/head
Peter Buchegger 2023-02-18 12:57:11 +01:00
rodzic fb023e61a9
commit 968c36ae16
1 zmienionych plików z 4 dodań i 16 usunięć

Wyświetl plik

@ -84,22 +84,10 @@ jobs:
env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
steps:
- name: update system
run: sudo apt-get update && sudo apt-get upgrade
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/cache@v3
- name: PlatformIO Test
uses: karniv00l/platformio-remote-test-action@v1
with:
path: |
~/.cache/pip
~/.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
force-remote: true
verbose: true