From 3dea13c354fef29a8e1b2713270a4ab35dcf5462 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 7 Nov 2023 09:28:28 +0100 Subject: [PATCH] Add test for idf v5 --- .github/workflows/validate_esphome.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index be23958..ec31287 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -102,3 +102,16 @@ jobs: uses: esphome/build-action@v1.8.0 with: yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf.yaml" + + build_climate_cool_advanced_esp_idf5: + name: esp-idf v5 & Bluetooth proxy + runs-on: "ubuntu-latest" + needs: + - build_climate_cool + - build_advanced + steps: + - uses: actions/checkout@v4.1.0 + - name: Build core+advanced+climate_cool+esp_idf + uses: esphome/build-action@v1.8.0 + with: + yaml_file: "./.test/esphome_advanced_climate_cool_esp_idf5.yaml"