Browse Source

💚 forgot db uri

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

2
.circleci/config.yml

@ -27,6 +27,8 @@ jobs:
test: test:
docker: docker:
- image: python:3.8-buster - image: python:3.8-buster
environment:
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb
- image: circleci/postgres:9.6.2-alpine - image: circleci/postgres:9.6.2-alpine
environment: environment:
POSTGRES_USER: $POSTGRES_USER POSTGRES_USER: $POSTGRES_USER

Loading…
Cancel
Save