From 09f764d564e42ddf8f56fbaa6e5c5b63088d49f4 Mon Sep 17 00:00:00 2001 From: Galimede Date: Tue, 3 Nov 2020 21:46:06 +0100 Subject: [PATCH] made the artifact job after test --- .circleci/config.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6096898..806611d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,6 +115,15 @@ workflows: - test_e2e: requires: - build + - doc_server_artifact: + requires: + - test + - test_e2e + - check_format + filters: + branches: + only: + - main - build_image: requires: - test @@ -131,10 +140,4 @@ workflows: branches: only: - main - - doc_server_artifact: - requires: - - publish_latest - filters: - branches: - only: - - main +