From 98ada5b6e8305060d6b1f0ce3e4b3a728a2ad9b8 Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Thu, 5 Nov 2020 13:49:26 +0100 Subject: [PATCH] suppression dans db --- .circleci/config.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff940f6..fff7c76 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,16 +63,14 @@ jobs: - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: psqluer - POSTGRES_DB: psdb - POSTGRES_PASSWORD: test - + POSTGRES_DB: psdb steps: - checkout - restore_cache: key: yarn-packages-v3{{ checksum "yarn.lock" }} - - run: - name: Waiting for POSTGRES - command: dockerize -wait tcp://localhost:5432 -timeout 1m - run: - name: Launching e2e test - command: yarn test:e2e \ No newline at end of file + command: yarn test:e2e + - save_cache: + key: yarn-packages-v3{{ checksum "yarn.lock" }} + paths: + - ./node_modules \ No newline at end of file