From 5bbe295a0f6e25357e1668012093785adfd64b7b Mon Sep 17 00:00:00 2001 From: Tristan Date: Thu, 5 Nov 2020 12:48:10 +0100 Subject: [PATCH] Q5 --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c95f438..cc65677 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,7 @@ version: 2.1 jobs: build: + database1: docker: - image: 'circleci/node12' environnement: @@ -14,6 +15,7 @@ jobs: POSTGRES_USER: psqluer POSTGRES_PASSWORD: psqlpassword POSTGRES_DB: psdb + steps: - checkout - restore_cache: @@ -26,5 +28,4 @@ jobs: - save_cache: key: yarn-packages-{{ checksum "yarn.lcok" }} paths: - - ./node_modules - + - ./node_modules \ No newline at end of file