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