From 58620524bb33801bafd3234e1f9e8c2ee9fa1c17 Mon Sep 17 00:00:00 2001 From: Gianni GIUDICE Date: Tue, 12 Jan 2021 16:17:19 +0100 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20Tests=20flask=20ajout?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a3627a..8a615ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,6 +37,12 @@ jobs: - run: name: Attente de postgres command: dockerize -wait tcp://localhost:5432 -timeout 1m + - run: + name: Tests Flask + command: | + . venv/bin/activate + flask db upgrade + flask test workflows: version: 2