Skip to content

Remove .vscode folder from tracking, test-env changed to native for g… #2

Remove .vscode folder from tracking, test-env changed to native for g…

Remove .vscode folder from tracking, test-env changed to native for g… #2

Workflow file for this run

name: PlatformIO-Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install PlatformIO Core
run: |
pip install -U platformio
- name: Run PlatformIO Tests
run: |
pio test -e test