Fix directory reference

This commit is contained in:
Edward Firmo
2023-10-13 10:49:00 +02:00
parent b575e77563
commit 0336390a8e
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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