Skip to content

Update avr-interrupt-stepper library to version 0.0.3 #247

Update avr-interrupt-stepper library to version 0.0.3

Update avr-interrupt-stepper library to version 0.0.3 #247

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