From c4df5f5f03e5a81d6e2c29df7cecc8a295ef1d81 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:08:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 42a8f1b..8b47104 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,3 @@ ---- jobs: build: docker: @@ -64,13 +63,11 @@ jobs: name: "step lint" test_unit: docker: - - - auth: + - auth: password: $DOCKERHUB_PASSWORD username: xaela37 image: "cimg/node:14.15.0" - - - auth: + - auth: password: $DOCKERHUB_PASSWORD username: xaela37 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" environment: DATABASE_URL: "postgres://psqluer:psqlpassword@localhost:5432/psqluer"