From f73adcecfb9607f388daa52bf1eab49b87eddbb8 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Wed, 6 Jan 2021 00:09:27 +0100 Subject: [PATCH] :green_heart: init with test --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 43ea49f..96e158b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,6 +98,8 @@ jobs: command: | . venv/bin/activate sleep 1 + flask db init + sleep 1 flask test environment: CONDUIT_SECRET: 'something-really-secret'