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,24 +3,6 @@ name: Validate ESPHome
# yamllint disable-line rule:truthy
on:
push:
paths:
- "*.yaml"
- "prebuilt/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
pull_request:
paths:
- "*.yaml"
- "prebuilt/*.yaml"
- ".test/*.yaml"
- "*.h"
- "*.c"
- "*.cpp"
- "*.py"
workflow_dispatch:
concurrency:
@@ -69,8 +51,8 @@ jobs:
with:
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
build_bluetooth_proxy_5:
name: Bluetooth Proxy (IDF v5)
build_bluetooth_proxy_53:
name: Bluetooth Proxy (IDF v5.3)
needs: build_basic
runs-on: ubuntu-latest
steps:
@@ -78,5 +60,5 @@ jobs:
- name: Build core
uses: esphome/build-action@main
with:
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
yaml_file: ".test/esphome_idf53_bluetooth_proxy.yaml"
...

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