Change framework back to default

As users should flash with serial to change framework
This commit is contained in:
Edward Firmo
2023-11-06 08:16:45 +01:00
parent 039e5e56b7
commit ce814af3d3
4 changed files with 14 additions and 5 deletions

View File

@@ -91,14 +91,14 @@ jobs:
yaml_file: "./.test/esphome_advanced_climate_heat.yaml"
build_climate_heat_advanced_arduino:
name: Arduino
name: esp-idf
runs-on: "ubuntu-latest"
needs:
- build_climate_heat
- build_advanced
steps:
- uses: actions/checkout@v4.1.0
- name: Build core+advanced+climate_heat+arduino
- name: Build core+advanced+climate_heat+esp_idf
uses: esphome/build-action@v1.8.0
with:
yaml_file: "./.test/esphome_advanced_climate_heat_arduino.yaml"