mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-26 20:56:37 +00:00
Test workflow
This commit is contained in:
parent
29bf3cc1aa
commit
b1e8a1fa97
3
.github/workflows/test.yaml
vendored
3
.github/workflows/test.yaml
vendored
@ -27,5 +27,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install --upgrade platformio
|
pip install --upgrade platformio
|
||||||
|
- name: Setup Environments
|
||||||
|
run: |
|
||||||
|
sed -i 's/; user_setups/user_setups/g' platformio_override-template.ini > platformio_override.ini
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: pio run
|
run: pio run
|
Loading…
x
Reference in New Issue
Block a user