From d58a21f489f6243fafde17cb6bd351e9aa4631d6 Mon Sep 17 00:00:00 2001 From: Gautier couture <2017566295@lacatholille.fr> Date: Thu, 14 Jan 2021 22:29:35 +0100 Subject: [PATCH] comment tests --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbbb8ef..4b86b56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: name: Waiting for postgresql command : dockerize -wait tcp://localhost:5432 -timeout 1m - run: - name: Launching tests + name: Tests command: | . venv/bin/activate flask db stamp HEAD @@ -85,9 +85,9 @@ workflows: Build_Test_N_Deploy: jobs: - Build - - Test: - requires: - - Build + # - Test: + # requires: + # - Build - Heroku: context: Heroku requires: