From 686013c0f06bed364af545e3c98467e3acc4e6e4 Mon Sep 17 00:00:00 2001 From: pierre darcas Date: Tue, 3 Nov 2020 16:05:18 +0100 Subject: [PATCH] e2e2 --- .circleci/config.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fdaefe6..fba41fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,23 +36,13 @@ jobs: key: yarn-v1-packages-{{ checksum "yarn.lock" }} paths: - ./node_modules - database: + test_e2e: docker: - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: pdarcas POSTGRES_DB: circleci_tp POSTGRES_PASSWORD: pdarcas - steps: - - checkout # check out the code in the project directory - - restore_cache: - key: yarn-v1-packages-{{ checksum "yarn.lock" }} - - save_cache: - key: yarn-v1-packages-{{ checksum "yarn.lock" }} - paths: - - ./node_modules - test_e2e: - docker: - image: "circleci/node:12" # the primary container, where your job's commands are run steps: - checkout # check out the code in the project directory