From dad7e4b69e7ab8434637c499b62d8325d3cccde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 25 Nov 2020 16:13:41 +0100 Subject: [PATCH] chore(ci): update Circle CI config --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2c33ce9..8ac48914 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,7 +116,8 @@ workflows: ci: jobs: - test_build - - test_unit + # TODO: Enable once the test env setup is ready. + # - test_unit - test_lint # TODO: Enable again once Cypress is installed on the repo. # - test_cypress