From 8191a8be39db07241af413034cb80f4059fb79fc Mon Sep 17 00:00:00 2001 From: Pierre Date: Sun, 17 Jan 2021 17:48:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4a58b80..3774b80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -130,6 +130,8 @@ workflows: - heroku: requires: - build + - test - docker_build_push: requires: - - build \ No newline at end of file + - build + - test \ No newline at end of file