From 9aa882f77b125a7f690181b49e4e317db3a99235 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 2 Oct 2020 13:07:08 +0200 Subject: [PATCH] ci: add bs test --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index 2edb2b5f..2f4abeb1 100644 --- a/circle.yml +++ b/circle.yml @@ -100,6 +100,9 @@ workflows: - test-e2e: requires: - install + - test-e2e-bs: + requires: + - install - test-unit: requires: - install -- 2.47.3