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
b1e8a1fa97
commit
5856ff0e88
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
@ -30,5 +30,11 @@ jobs:
|
|||||||
- name: Setup Environments
|
- name: Setup Environments
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/; user_setups/user_setups/g' platformio_override-template.ini > platformio_override.ini
|
sed -i 's/; user_setups/user_setups/g' platformio_override-template.ini > platformio_override.ini
|
||||||
|
- name: Dir
|
||||||
|
run: |
|
||||||
|
ls -la
|
||||||
|
- name: Cat
|
||||||
|
run: |
|
||||||
|
cat platformio_override.ini
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: pio run
|
run: pio run
|
Loading…
x
Reference in New Issue
Block a user