Skip to content

Upgrade ThingPulse OLED Library to 4.6.1 #237

Upgrade ThingPulse OLED Library to 4.6.1

Upgrade ThingPulse OLED Library to 4.6.1 #237

name: PlatformIO Unit Tests
on:
pull_request:
branches:
- '*'
jobs:
native_unit_tests:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Run Unit Tests
run: pio test -e native -v