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