Browse Source

Updated config.yml

pull/1/head
Anthony Quéré 5 years ago
parent
commit
2ccd3091c4
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -63,6 +63,10 @@ jobs:
command: yarn test
test-e2e:
docker:
- image: cimg/node:16.10.0
auth:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
- image: circleci/postgres:9.6-alpine
auth:
username: anthonyjhoiro
@ -71,10 +75,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
DEFAULT_DATABASE: psdb
- image: cimg/node:16.10.0
auth:
username: anthonyjhoiro
password: $DOCKERHUB_PASSWORD
steps:
- checkout

Loading…
Cancel
Save