Add build tests

This will build ESPHome with multiple combinations of packages to make sure nothing is broken.
This commit is contained in:
Edward Firmo
2023-10-13 11:03:12 +02:00
parent 297107da28
commit 7ba1265d55
6 changed files with 50 additions and 0 deletions

View File

@@ -31,3 +31,15 @@ jobs:
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_advanced.yaml"
- name: Build core+climate_heat
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_climate_heat.yaml"
- name: Build core+climate_cold
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_climate_cold.yaml"
- name: Build core+advanced+climate_heat
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"