From 1588e587ad1d8e1ed6f689b89552928a7c2e4589 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Sat, 9 Jan 2021 16:33:43 +0100 Subject: [PATCH] :green_heart: another test --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1558e0a..fa0a1a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,13 +32,13 @@ jobs: key: deps-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} - run: command: | + export FLASK_APP=autoapp.py pip install -r requirements/dev.txt --user flask db upgrade sleep 1 flask test environment: CONDUIT_SECRET: 'something-really-secret' - FLASK_APP: /home/circleci/repo/autoapp.py FLASK_DEBUG: 1 - save_cache: key: deps-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}