From 7ff6487e9df065ddaf486e804fa3b5579468243d Mon Sep 17 00:00:00 2001 From: spokequenouille Date: Tue, 12 Jan 2021 16:04:39 +0100 Subject: [PATCH] :construction: test --- .circleci/config.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3f5668..c75e11b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,4 +42,12 @@ jobs: command: | . venv/bin/activate flask db upgrade - flask test \ No newline at end of file + flask test + +workflows: + build_test_deploy: + jobs: + - build + - test: + requires: + - build \ No newline at end of file