|
|
@ -3,6 +3,12 @@ jobs: |
|
|
build: |
|
|
build: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 |
|
|
- image: cimg/node:14.10.1 |
|
|
|
|
|
- image: circleci/postgres:latest |
|
|
|
|
|
environment: |
|
|
|
|
|
POSTGRES_USER: e2e |
|
|
|
|
|
POSTGRES_DB: psdb |
|
|
|
|
|
POSTGRES_PASSWORD: password |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
@ -31,11 +37,6 @@ jobs: |
|
|
test_e2e: |
|
|
test_e2e: |
|
|
docker: |
|
|
docker: |
|
|
- image: cimg/node:14.10.1 |
|
|
- image: cimg/node:14.10.1 |
|
|
- image: circleci/postgres:latest |
|
|
|
|
|
environment: |
|
|
|
|
|
POSTGRES_USER: e2e |
|
|
|
|
|
POSTGRES_DB: psdb |
|
|
|
|
|
POSTGRES_PASSWORD: password |
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
|