Test build without specified environment
This commit is contained in:
parent
4eea3cda42
commit
b70e52b50c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/PlatformIO.yml
vendored
4
.github/workflows/PlatformIO.yml
vendored
|
@ -31,6 +31,6 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
pip install --upgrade platformio
|
||||
- name: Build console
|
||||
run: pio run --environment Upload_UART --project-dir "./Devices/Console/Firmware"
|
||||
run: pio run --project-dir "./Devices/Console/Firmware"
|
||||
- name: Build control
|
||||
run: pio run --environment control --project-dir "./Devices/Control/Firmware"
|
||||
run: pio run --project-dir "./Devices/Control/Firmware"
|
||||
|
|
Reference in a new issue