Skip to content

Weekly Firmware Build #8

Weekly Firmware Build

Weekly Firmware Build #8

Workflow file for this run

name: Weekly Firmware Build
on:
schedule:
- cron: '0 0 * * 1'
jobs:
build:
name: Building ${{ matrix.file }} / ESPHome ${{ matrix.esphome-version }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/H-1.yaml
- Integrations/ESPHome/H-2.yaml
- Integrations/ESPHome/H-1D.yaml
- Integrations/ESPHome/H-2D.yaml
esphome-version:
- stable
- beta
- dev
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Build ESPHome firmware to verify configuration
uses: esphome/build-action@v7
with:
yaml-file: ${{ matrix.file }}