mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-07-15 13:58:13 +02:00
Use development platformio version
https://github.com/platformio/platformio-core/issues/3901
This commit is contained in:
parent
e4a24a3dd0
commit
3bb569ccf4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -13,5 +13,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install platformio
|
||||
platformio upgrade --dev
|
||||
platformio update
|
||||
- name: Run PlatformIO Tests
|
||||
run: platformio test --environment desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue