From 12718acf1dd7a38467563b74592c3f4aa40f5060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:49:01 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1383f9..d2cab3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -106,10 +106,6 @@ jobs: - store_artifacts: path: docs - - - - workflows: build-workflow: @@ -127,5 +123,8 @@ workflows: - gendoc: requires: - lint + - test-ci + - test-e2e +