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