From 581d5b98d42b13ec8903c0bd3a1bfb1e36e961ad Mon Sep 17 00:00:00 2001 From: Straw-Etiam Date: Wed, 13 Jan 2021 14:42:56 +0100 Subject: [PATCH] :construction_worker: update4.2 de la CI --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a674ca..ca2cb2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,6 +37,9 @@ jobs: - checkout - restore_cache: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} + - run: + name: wait for postgres + command: dockerize -wait tcp://localhost -timeout 1m - run: name: Tests Flask