From 52e764b42ed9c04c26673dde23b55d368b70f232 Mon Sep 17 00:00:00 2001 From: Gautier couture <> Date: Mon, 18 Jan 2021 09:20:24 +0100 Subject: [PATCH] recreate heroku app :wrench: --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4cc11c7..317519e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,7 +85,7 @@ workflows: Build_Test_N_Deploy: jobs: - Build - # - Test: (Not working) + # - Test: (Not working atm) # requires: # - Build - Heroku: