Browse Source

✏️ command name

pull/1/head
Francois Lannoy 6 years ago
parent
commit
90c6d4e96a
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -36,7 +36,7 @@ jobs:
- restore_cache: - restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }} key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
- run: - run:
name: 'Wait for Hasura'
name: Wait for postgres
command: dockerize -wait tcp://localhost:5432 -timeout 1m command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run: - run:
name: running test name: running test

Loading…
Cancel
Save