1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2025-03-13 11:11:12 +01:00
Patrick Rathje 1f0c1d83f1 Revert "Use development platformio version"
This reverts commit 3bb569ccf4a7346385654284de2c794aa418e20f.
2021-07-23 11:56:21 +02:00

18 lines
387 B
YAML

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
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 PlatformIO Tests
run: platformio test --environment desktop