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:
- ./node_modules
test_e2e:
database:
docker:
- image: postgres:9.6-jessie
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_USER: e2e
POSTGRES_USER: psqluser
POSTGRES_PASSWORD: psqlpassword
POSTGRES_DB: psdb
steps:
- checkout
- run:
command: yarn test:e2e
environment:

Loading…
Cancel
Save