From b11aa3ce1ffc77f3047297d772134f7ab9bedf88 Mon Sep 17 00:00:00 2001 From: Alexandre SOARES <72209227+AS-37@users.noreply.github.com> Date: Sat, 15 Jan 2022 12:21:57 +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 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ed49466..8fed9ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,15 +64,15 @@ jobs: POSTGRES_DB: pgdb POSTGRES_PASSWORD: pass steps: - - checkout - - restore_cache: - keys: - - npm-v1-dependencies-{{ checksum "yarn.lock" }} - - run: - name: "yarn test" - command: yarn test:e2e - environment: - DATABASE_URL: postgres://pguser:pass@localhost:5432/pgdb + - checkout + - restore_cache: + keys: + - npm-v1-dependencies-{{ checksum "yarn.lock" }} + - run: + name: "yarn test" + command: yarn test:e2e + environment: + DATABASE_URL: postgres://pguser:pass@localhost:5432/pgdb lint: docker: - image: cimg/node:14.15.0 # the primary container, where your job's commands are run