Skip to content

Commit 6d065e3

Browse files
committed
new test against develop
1 parent 5212061 commit 6d065e3

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

.github/workflows/main.yml

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
jobs:
12-
build:
12+
build-stable:
1313
name: Build ${{ matrix.firmware.name }}
1414
runs-on: ubuntu-latest
1515
strategy:
@@ -38,9 +38,25 @@ jobs:
3838
with:
3939
yaml_file: ${{ matrix.firmware.file }}
4040
version: latest
41-
# - name: Build firmware with beta
42-
# uses: esphome/build-action@v1.8.0
43-
# id: esphome-build-beta
44-
# with:
45-
# yaml_file: ${{ matrix.firmware.file }}
46-
# version: beta
41+
build-develop:
42+
name: Build ${{ matrix.firmware.name }}
43+
runs-on: ubuntu-latest
44+
strategy:
45+
matrix:
46+
firmware:
47+
- file: tests/ulanzi-easy.yaml
48+
name: Ulanzi-Easy
49+
manifest_filename: ulanzi-easy-manifest.json
50+
- file: tests/ehtmxv2-special.yaml
51+
name: EHMTX template 8266
52+
manifest_filename: ehtmxv2-special-template-manifest.json
53+
fail-fast: false
54+
steps:
55+
- name: Checkout source code
56+
uses: actions/checkout@v3.3.0
57+
- name: Build firmware
58+
uses: esphome/build-action@v1.8.0
59+
id: esphome-build
60+
with:
61+
yaml_file: ${{ matrix.firmware.file }}
62+
version: beta

0 commit comments

Comments
 (0)