Add Bluetooth Proxy tests
This commit is contained in:
23
.github/workflows/validate_esphome.yml
vendored
23
.github/workflows/validate_esphome.yml
vendored
@@ -128,7 +128,7 @@ jobs:
|
|||||||
yaml_file: ${{ matrix.yaml_file }}
|
yaml_file: ${{ matrix.yaml_file }}
|
||||||
|
|
||||||
build_advanced:
|
build_advanced:
|
||||||
name: Build Advanced Configurations
|
name: Build Advanced
|
||||||
needs: build_cores
|
needs: build_cores
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
@@ -150,6 +150,27 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
yaml_file: ${{ matrix.yaml_file }}
|
yaml_file: ${{ matrix.yaml_file }}
|
||||||
|
|
||||||
|
build_bluetooth_proxy:
|
||||||
|
name: Build Bluetooth Proxy
|
||||||
|
needs: build_cores
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- id: idf
|
||||||
|
yaml_file: ".test/esphome_idf_bluetooth_proxy.yaml"
|
||||||
|
- id: idf5
|
||||||
|
yaml_file: ".test/esphome_idf5_bluetooth_proxy.yaml"
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@main
|
||||||
|
|
||||||
|
- name: Build Bluetooth Proxy Firmware
|
||||||
|
uses: barndawgie/build-action@v1.9.0
|
||||||
|
with:
|
||||||
|
yaml_file: ${{ matrix.yaml_file }}
|
||||||
|
|
||||||
build_prebuilt_firmware:
|
build_prebuilt_firmware:
|
||||||
name: Prebuilt Firmware
|
name: Prebuilt Firmware
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -170,8 +170,8 @@ time:
|
|||||||
- !secret mysntpserver
|
- !secret mysntpserver
|
||||||
- europe.pool.ntp.org
|
- europe.pool.ntp.org
|
||||||
- 0.pool.ntp.org
|
- 0.pool.ntp.org
|
||||||
on_time:
|
|
||||||
# Scheduled relay
|
# Scheduled relay
|
||||||
|
on_time:
|
||||||
- hours: 7
|
- hours: 7
|
||||||
minutes: 30
|
minutes: 30
|
||||||
seconds: 0
|
seconds: 0
|
||||||
|
|||||||
@@ -168,8 +168,8 @@ time:
|
|||||||
- !secret mysntpserver
|
- !secret mysntpserver
|
||||||
- europe.pool.ntp.org
|
- europe.pool.ntp.org
|
||||||
- 0.pool.ntp.org
|
- 0.pool.ntp.org
|
||||||
on_time:
|
|
||||||
# Scheduled relay
|
# Scheduled relay
|
||||||
|
on_time:
|
||||||
- hours: 7
|
- hours: 7
|
||||||
minutes: 30
|
minutes: 30
|
||||||
seconds: 0
|
seconds: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user