From c932bd97571f9734306f1a06192726a22631fc4a Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 12:07:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c297fa1..e2aaa5e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,9 +49,9 @@ jobs: command: yarn test environment: DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer - end_to_end: - docker: - - image: cimg/node:14.15.0 + end_to_end: + docker: + - image: cimg/node:14.15.0 auth: username: xaela37 password: $DOCKERHUB_PASSWORD @@ -63,10 +63,10 @@ jobs: POSTGRES_USER: pguser POSTGRES_DB: pgdb POSTGRES_PASSWORD: pass - steps: - - checkout - - restore_cache: - keys: + steps: + - checkout + - restore_cache: + keys: - npm-v1-dependencies-{{ checksum "yarn.lock" }} - run: name: "yarn test"