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"