mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-04-14 02:21:18 +02:00
Use development platformio version
https://github.com/platformio/platformio-core/issues/3901
This commit is contained in:
parent
e4a24a3dd0
commit
3bb569ccf4
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -13,5 +13,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install platformio
|
pip install platformio
|
||||||
|
platformio upgrade --dev
|
||||||
|
platformio update
|
||||||
- name: Run PlatformIO Tests
|
- name: Run PlatformIO Tests
|
||||||
run: platformio test --environment desktop
|
run: platformio test --environment desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user