@ -1,4 +1,3 @@
---
jobs:
build:
docker:
@ -64,13 +63,11 @@ jobs:
name: "step lint"
test_unit:
-
auth:
- auth:
password: $DOCKERHUB_PASSWORD
username: xaela37
image: "cimg/node:14.15.0"
environment:
@ -80,11 +77,9 @@ jobs:
image: "circleci/postgres:9.6.2-alpine"
steps:
- checkout
restore_cache:
- restore_cache:
key: "npm-v1-dependencies-{{ checksum \"yarn.lock\" }}"
run:
- run:
command: "yarn test"
DATABASE_URL: "postgres://psqluer:psqlpassword@localhost:5432/psqluer"