From 36e78a0b11fb4eaaebfe1e65ab7b06d709f545b5 Mon Sep 17 00:00:00 2001 From: Julien Dudek Date: Mon, 2 Nov 2020 15:52:16 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa10c59..da83d5a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,12 +9,9 @@ workflows: - tests: requires: - build - - db: - requires: - - build - e2e: requires: - - db + - build jobs: build: docker: @@ -52,7 +49,7 @@ jobs: key: yarn-packages-v3{{ checksum "yarn.lock" }} paths: - ./node_modules - db: + e2e: docker: - image: "circleci/postgres:9.6.2-alpine" environment: @@ -60,17 +57,6 @@ jobs: PG_DB: testdb PG_PASSWORD: unpass - steps: - - checkout - - restore_cache: - key: yarn-v3{{ checksum "yarn.lock" }} - - - save_cache: - key: yarn-v3{{ checksum "yarn.lock" }} - paths: - - ./node_modules - e2e: - docker: - image: "circleci/node:12" steps: - checkout