add test4.yaml

This commit is contained in:
Guillermo Ruffino 2020-06-28 21:17:10 -03:00
parent f79299c240
commit 7487ffcbcb
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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