From 011e6d51a19bbd946cc2e765c6aace328e5f2861 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sun, 17 Jan 2021 18:29:51 +0100 Subject: [PATCH] :bug: test error --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 23745a0..ac1085a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -109,7 +109,10 @@ workflows: context: Heroku-tp-final requires: - build + # - test + - docker-build-push: context: Docker-tp-final requires: - - build \ No newline at end of file + - build + # - test