Add test to cool & ble_proxy
This commit is contained in:
2
.github/workflows/validate_clang_format.yml
vendored
2
.github/workflows/validate_clang_format.yml
vendored
@@ -22,5 +22,5 @@ jobs:
|
||||
- uses: actions/checkout@main
|
||||
- uses: RafikFarhad/clang-format-github-action@v3
|
||||
with:
|
||||
sources: "components/nspanel_ha_blueprint/*.h,components/nspanel_ha_blueprint/*.c,components/nspanel_ha_blueprint/*.cpp"
|
||||
sources: "components/nspanel_ha_blueprint/*.h,components/nspanel_ha_blueprint/*.cpp,components/nspanel_ha_blueprint_upload_tft/*.h,components/nspanel_ha_blueprint_upload_tft/*.cpp"
|
||||
...
|
||||
|
||||
14
.github/workflows/validate_esphome.yml
vendored
14
.github/workflows/validate_esphome.yml
vendored
@@ -231,4 +231,18 @@ jobs:
|
||||
git push
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
build_climate_cool_bluetooth_proxy:
|
||||
name: Climate cool & BLE proxy
|
||||
runs-on: "ubuntu-latest"
|
||||
needs:
|
||||
- build_climate_cool
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_cool+bluetooth_proxy
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_cool_bluetooth_proxy.yaml"
|
||||
...
|
||||
|
||||
15
.github/workflows/validate_esphome_beta.yml
vendored
15
.github/workflows/validate_esphome_beta.yml
vendored
@@ -221,4 +221,19 @@ jobs:
|
||||
git push
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
build_climate_cool_bluetooth_proxy:
|
||||
name: Climate cool & BLE proxy
|
||||
runs-on: "ubuntu-latest"
|
||||
needs:
|
||||
- build_climate_cool
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: '0'
|
||||
- name: Build core+climate_cool+bluetooth_proxy
|
||||
uses: barndawgie/build-action@v1.9.0
|
||||
with:
|
||||
yaml_file: "./.test/esphome_climate_cool_bluetooth_proxy.yaml"
|
||||
version: beta
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user