Skip to content

Commit

Permalink
new test against develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jul 23, 2023
1 parent 5212061 commit 6d065e3
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

jobs:
build:
build-stable:
name: Build ${{ matrix.firmware.name }}
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -38,9 +38,25 @@ jobs:
with:
yaml_file: ${{ matrix.firmware.file }}
version: latest
# - name: Build firmware with beta
# uses: esphome/[email protected]
# id: esphome-build-beta
# with:
# yaml_file: ${{ matrix.firmware.file }}
# version: beta
build-develop:
name: Build ${{ matrix.firmware.name }}
runs-on: ubuntu-latest
strategy:
matrix:
firmware:
- file: tests/ulanzi-easy.yaml
name: Ulanzi-Easy
manifest_filename: ulanzi-easy-manifest.json
- file: tests/ehtmxv2-special.yaml
name: EHMTX template 8266
manifest_filename: ehtmxv2-special-template-manifest.json
fail-fast: false
steps:
- name: Checkout source code
uses: actions/[email protected]
- name: Build firmware
uses: esphome/[email protected]
id: esphome-build
with:
yaml_file: ${{ matrix.firmware.file }}
version: beta

0 comments on commit 6d065e3

Please sign in to comment.