diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 0a4e10d..219fd94 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -134,11 +134,14 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_advanced.yaml" - - id: idf5 + - id: idf_v5 + base: idf_v5 yaml_file: ".test/esphome_idf5_advanced.yaml" - id: ard + base: ard yaml_file: ".test/esphome_ard_advanced.yaml" steps: @@ -157,9 +160,11 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml" - - id: idf5 + - id: idf_v5 + base: idf_v5 yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml" steps: @@ -178,11 +183,14 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_climate_cool.yaml" - - id: idf5 + - id: idf_v5 + base: idf_v5 yaml_file: ".test/esphome_idf5_climate_cool.yaml" - id: ard + base: ard yaml_file: ".test/esphome_ard_climate_cool.yaml" steps: @@ -201,11 +209,14 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_climate_heat.yaml" - - id: idf5 + - id: idf_v5 + base: idf_v5 yaml_file: ".test/esphome_idf5_climate_heat.yaml" - id: ard + base: ard yaml_file: ".test/esphome_ard_climate_heat.yaml" steps: @@ -224,11 +235,14 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_climate_dual.yaml" - - id: idf5 + - id: idf_v5 + base: idf_v5 yaml_file: ".test/esphome_idf5_climate_dual.yaml" - id: ard + base: ard yaml_file: ".test/esphome_ard_climate_dual.yaml" steps: @@ -249,9 +263,11 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_advanced_climate_heat_customizations.yaml" - id: ard + base: ard yaml_file: ".test/esphome_ard_advanced_climate_heat_customizations.yaml" steps: @@ -272,7 +288,8 @@ jobs: strategy: matrix: include: - - id: idf + - id: idf_v4 + base: idf_v4 yaml_file: ".test/esphome_idf_climate_cool_bluetooth_proxy.yaml" steps: