From 7487ffcbcb61740b2b3c830f8080f7dc9c357e32 Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Sun, 28 Jun 2020 21:17:10 -0300 Subject: [PATCH] add test4.yaml --- .gitlab-ci.yml | 5 +++++ script/test | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cdb2693f46..0ed7094615 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/script/test b/script/test index 5e91686aae..a6d99c8f62 100755 --- a/script/test +++ b/script/test @@ -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