Move dependences from matrix

This commit is contained in:
Edward Firmo
2024-04-18 20:39:06 +02:00
parent fcc1b54b6c
commit d0152de676

View File

@@ -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: