From 46ff8666cd93420239716a0c407047f13f4a27b7 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Wed, 6 Jan 2021 00:12:11 +0100 Subject: [PATCH] :green_heart: remove init --- .circleci/config.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96e158b..2168cf6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -95,17 +95,16 @@ jobs: # https://nose.readthedocs.io - run: name: run tests - command: | - . venv/bin/activate - sleep 1 - flask db init - sleep 1 - flask test environment: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr + command: | + . venv/bin/activate + sleep 1 + flask test + - save_cache: paths: