Change framework back to default
As users should flash with serial to change framework
This commit is contained in:
4
.github/workflows/validate_esphome.yml
vendored
4
.github/workflows/validate_esphome.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user