From 6d92be2beb5455fafbdb18cb1247f04c647ed92d Mon Sep 17 00:00:00 2001 From: Rahul Somasundaram Date: Wed, 13 Oct 2021 15:34:05 +0530 Subject: [PATCH] made test stage required for build Signed-off-by: Rahul Somasundaram --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1be4a8a0e..a99b0f515 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,6 +89,8 @@ workflows: jobs: - test - build: + requires: + - test filters: branches: only: