Browse Source

💚 trying by changing name

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

2
.circleci/config.yml

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

Loading…
Cancel
Save