Test with Beta

This commit is contained in:
Edward Firmo
2024-12-19 21:25:58 +01:00
parent a4eff7276a
commit 3412e2389a
6 changed files with 30 additions and 30 deletions

View File

@@ -3,6 +3,24 @@ name: Validate ESPHome (Beta)
# yamllint disable-line rule:truthy
on:
push:
paths:
- "*.yaml"
- "ESPHome/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
pull_request:
paths:
- "*.yaml"
- "ESPHome/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
workflow_dispatch:
concurrency:
@@ -86,7 +104,7 @@ jobs:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
- id: idf_v5
base: idf_v5
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
steps:
- name: Checkout repository