Fix directory reference
This commit is contained in:
4
.github/workflows/validate_esphome.yml
vendored
4
.github/workflows/validate_esphome.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
|||||||
- name: Build core
|
- name: Build core
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
yaml_file: "./test/esphome_core.yaml"
|
yaml_file: "./.test/esphome_core.yaml"
|
||||||
- name: Build core+advanced
|
- name: Build core+advanced
|
||||||
uses: esphome/build-action@v1.8.0
|
uses: esphome/build-action@v1.8.0
|
||||||
with:
|
with:
|
||||||
yaml_file: "./test/esphome_advanced.yaml"
|
yaml_file: "./.test/esphome_advanced.yaml"
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ substitutions:
|
|||||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
core_package: !include /nspanel_esphome.yaml # Core package
|
core_package: !include ./nspanel_esphome.yaml # Core package
|
||||||
advanced_package: !include /nspanel_esphome_advanced.yaml
|
advanced_package: !include ./nspanel_esphome_advanced.yaml
|
||||||
@@ -5,4 +5,4 @@ substitutions:
|
|||||||
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
nextion_update_url: "https://github.com/Blackymas/NSPanel_HA_Blueprint/dummy"
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
core_package: !include /nspanel_esphome.yaml # Core package
|
core_package: !include ./nspanel_esphome.yaml # Core package
|
||||||
Reference in New Issue
Block a user