Skip to content

Modified default pinout of Heltec T190 and WiFi LoRa v4 #28

Modified default pinout of Heltec T190 and WiFi LoRa v4

Modified default pinout of Heltec T190 and WiFi LoRa v4 #28

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
native-tests:
name: Run native tests
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade platformio
pio --version
- name: Run PlatformIO native tests
run: pio test -e native-tests