From ee57628da4bd17fd3ef35134c4d1d034a0819b4e Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:16:26 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 50b38e0..07fef43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,20 +94,16 @@ workflows: my_workflow: jobs: - build - - - test_unit: + - test_unit: requires: - build - - - end_to_end: + - end_to_end: requires: - build - - - lint: + - lint: requires: - build - - - heroku_deploy: + - heroku_deploy: requires: - build - test_unit