mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
add test4.yaml
This commit is contained in:
parent
f79299c240
commit
7487ffcbcb
2 changed files with 6 additions and 0 deletions
|
@ -131,6 +131,11 @@ test3:
|
|||
script:
|
||||
- esphome tests/test3.yaml compile
|
||||
|
||||
test4:
|
||||
<<: *test
|
||||
script:
|
||||
- esphome tests/test3.yaml compile
|
||||
|
||||
.deploy-pypi: &deploy-pypi
|
||||
<<: *lint
|
||||
stage: deploy
|
||||
|
|
|
@ -9,3 +9,4 @@ set -x
|
|||
esphome tests/test1.yaml compile
|
||||
esphome tests/test2.yaml compile
|
||||
esphome tests/test3.yaml compile
|
||||
esphome tests/test4.yaml compile
|
||||
|
|
Loading…
Reference in a new issue