|
|
@ -51,7 +51,7 @@ jobs: |
|
|
paths: |
|
|
paths: |
|
|
- ./node_modules |
|
|
- ./node_modules |
|
|
db: |
|
|
db: |
|
|
- image: cimg/node:14.10.1 |
|
|
|
|
|
|
|
|
- image: circleci/postgres:9.6-alpine |
|
|
environment: |
|
|
environment: |
|
|
DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB |
|
|
DATABASE_URL: postgres://$PG_USER@localhost:5432/$PG_DB |
|
|
JWT_SECRET: yeet |
|
|
JWT_SECRET: yeet |
|
|
@ -72,7 +72,9 @@ jobs: |
|
|
key: yarn-packages-v2{{ checksum "yarn.lock" }} |
|
|
key: yarn-packages-v2{{ checksum "yarn.lock" }} |
|
|
paths: |
|
|
paths: |
|
|
- ./node_modules |
|
|
- ./node_modules |
|
|
e2e: |
|
|
|
|
|
|
|
|
e2e: |
|
|
|
|
|
docker: |
|
|
|
|
|
- image: cimg/node:14.10.1 |
|
|
steps: |
|
|
steps: |
|
|
- checkout |
|
|
- checkout |
|
|
- restore_cache: |
|
|
- restore_cache: |
|
|
|