Add validation with arduino framework
Just to make sure we don't break support to that framework, as we might want to migrate back in the future or some user might wanna use that.
This commit is contained in:
5
.github/workflows/validate_esphome_build.yml
vendored
5
.github/workflows/validate_esphome_build.yml
vendored
@@ -35,3 +35,8 @@ jobs:
|
||||
uses: esphome/build-action@v1.8.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
|
||||
- name: Build core+advanced+climate_heat+arduino
|
||||
uses: esphome/build-action@v1.8.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_advanced_climate_heat_arduino.yaml"
|
||||
|
||||
Reference in New Issue
Block a user