diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index c053009..7fc7e72 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -26,8 +26,8 @@ jobs: - name: Build core uses: esphome/build-action@v1.8.0 with: - yaml_file: "./test/esphome_core.yaml" + yaml_file: "./.test/esphome_core.yaml" - name: Build core+advanced uses: esphome/build-action@v1.8.0 with: - yaml_file: "./test/esphome_advanced.yaml" + yaml_file: "./.test/esphome_advanced.yaml" diff --git a/test/esphome_advanced.yaml b/.test/esphome_advanced.yaml similarity index 60% rename from test/esphome_advanced.yaml rename to .test/esphome_advanced.yaml index 389209b..bba6a21 100644 --- a/test/esphome_advanced.yaml +++ b/.test/esphome_advanced.yaml @@ -5,5 +5,5 @@ substitutions: nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy" packages: - core_package: !include /nspanel_esphome.yaml # Core package - advanced_package: !include /nspanel_esphome_advanced.yaml + core_package: !include ./nspanel_esphome.yaml # Core package + advanced_package: !include ./nspanel_esphome_advanced.yaml diff --git a/test/esphome_core.yaml b/.test/esphome_core.yaml similarity index 75% rename from test/esphome_core.yaml rename to .test/esphome_core.yaml index 89e9e3f..c7271f2 100644 --- a/test/esphome_core.yaml +++ b/.test/esphome_core.yaml @@ -5,4 +5,4 @@ substitutions: nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy" packages: - core_package: !include /nspanel_esphome.yaml # Core package + core_package: !include ./nspanel_esphome.yaml # Core package