From 183f62b6737e3a8afada44bb714d0a9356a2c525 Mon Sep 17 00:00:00 2001 From: guidezSeb Date: Sun, 17 Jan 2021 18:26:39 +0100 Subject: [PATCH] :bug: re-add test --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06963a3..23745a0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,15 +42,15 @@ jobs: - run: name: Waiting postgresql command : dockerize -wait tcp://localhost:5432 -timeout 1m - # - run: - # name: Activate tests - # command: . venv/bin/activate - # - run: - # name: Launching upgrade - # command: flask db upgrade - # - run: - # name: Launching tests - # command: flask test + - run: + name: Activate tests + command: . venv/bin/activate + - run: + name: Launching upgrade + command: flask db upgrade + - run: + name: Launching tests + command: flask test deploy-heroku: docker: