Browse Source

try new config database

pull/2/head
Neel Coffin 6 years ago
parent
commit
3264b9b707
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -45,13 +45,15 @@ jobs:
paths: paths:
- ./node_modules - ./node_modules
test_e2e:
database:
docker: docker:
- image: postgres:9.6-jessie
- image: circleci/postgres:9.6.2-alpine
environment: environment:
POSTGRES_USER: e2e
POSTGRES_USER: psqluser
POSTGRES_PASSWORD: psqlpassword
POSTGRES_DB: psdb POSTGRES_DB: psdb
steps: steps:
- checkout
- run: - run:
command: yarn test:e2e command: yarn test:e2e
environment: environment:

Loading…
Cancel
Save