Skip to content

Merge pull request #238 from andrewjswan/2024.6.1-multicolor_text-mod… #467

Merge pull request #238 from andrewjswan/2024.6.1-multicolor_text-mod…

Merge pull request #238 from andrewjswan/2024.6.1-multicolor_text-mod… #467

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
pull_request:
jobs:
build-stable:
name: Build stable ${{ matrix.firmware.name }}
runs-on: ubuntu-latest
strategy:
matrix:
firmware:
- file: tests/ulanzi-test.yaml
name: Ulanzi-Easy
manifest_filename: ulanzi-test-manifest.json
fail-fast: false
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Build firmware
uses: esphome/build-action@v3
id: esphome-build
with:
yaml_file: ${{ matrix.firmware.file }}
version: latest