1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2025-01-08 20:34:24 +01:00
Patrick Rathje 2dc75526bb Revert "Revert "Use development platformio version""
This reverts commit d6c7dc7f25c0eb6ef4d85adc76feb1bab6fc5fdd.
2021-05-25 18:25:43 +02:00

20 lines
442 B
YAML

name: test
on: [push]
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
platformio upgrade --dev
platformio update
- name: Run PlatformIO Tests
run: platformio test --environment desktop