Skip to content

feat: InputController support (PR #15) #38

feat: InputController support (PR #15)

feat: InputController support (PR #15) #38

Workflow file for this run

name: CI-native
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Run tests on the native platform
run: platformio test -e native -vvv