From 0ecd4afdd12208e10d209cdf4d3fa25f4d702497 Mon Sep 17 00:00:00 2001 From: verzelea Date: Tue, 12 Jan 2021 16:50:22 +0100 Subject: [PATCH] :construction_worker: delete test in workflow --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a8d089..8c2a86c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,8 +48,8 @@ workflows: build-test: jobs: - build - - test: - context: - - back_final - requires: - - build \ No newline at end of file + #- test: + # context: + # - back_final + # requires: + # - build \ No newline at end of file