File tree Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Expand file tree Collapse file tree 1 file changed +23
-7
lines changed Original file line number Diff line number Diff line change 9
9
pull_request :
10
10
11
11
jobs :
12
- build :
12
+ build-stable :
13
13
name : Build ${{ matrix.firmware.name }}
14
14
runs-on : ubuntu-latest
15
15
strategy :
38
38
with :
39
39
yaml_file : ${{ matrix.firmware.file }}
40
40
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
You can’t perform that action at this time.
0 commit comments