Skip to content

Split yaml

Split yaml #6

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
name: Building ${{ matrix.file }}
runs-on: ubuntu-latest
strategy:
matrix:
file:
- Integrations/ESPHome/MTR-1.yaml
- Integrations/ESPHome/MTR-1_BLE.yaml
- Integrations/ESPHome/MTR-1_Factory.yaml
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Build ESPHome firmware to verify configuration
uses: esphome/[email protected]
with:
yaml_file: ${{ matrix.file }}