From fcf9d8f0f528a38261d631f3060430d8f9787eb1 Mon Sep 17 00:00:00 2001 From: NicolasLepinette Date: Sun, 28 Mar 2021 11:12:41 +0200 Subject: [PATCH] u --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f1490d7..e72aa1e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,10 +57,12 @@ workflows: Build_Test_Deploy: jobs: - Installation - - Test + - Test: + requires: + - Installation - Build: requires: - Installation - Netlify: requires: - - Build \ No newline at end of file + - Build