Test workflow

This commit is contained in:
fvanroie 2020-12-03 01:41:14 +01:00
parent b1e8a1fa97
commit 5856ff0e88

View File

@ -30,5 +30,11 @@ jobs:
- name: Setup Environments
run: |
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
run: pio run