From 01a01837ad6009fd321b6497f58da38a71639b3e Mon Sep 17 00:00:00 2001 From: Pierre Date: Tue, 12 Jan 2021 14:47:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8d458d9..6c78b58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -80,7 +80,8 @@ jobs: # A basic unit of work in a run FLASK_DEBUG: 1 DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/myUsr -Workflows: +workflows: + version: 2 build-test: - build - test: