From 90c6d4e96a8efeeea82bba3a960f5e32f7502294 Mon Sep 17 00:00:00 2001 From: Francois Lannoy Date: Wed, 6 Jan 2021 21:21:42 +0100 Subject: [PATCH] :pencil2: command name --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9be0cf..a0042ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: - restore_cache: key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} - run: - name: 'Wait for Hasura' + name: Wait for postgres command: dockerize -wait tcp://localhost:5432 -timeout 1m - run: name: running test