From 8d17120b2ff6dfe6708f32dffc272456b6d787a7 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:26:24 +0200 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c7050f..3aee08b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,13 @@ jobs: DATABASETest : docker: + - image: cimg/node:14.15.0 # the primary container, where your job's commands are run + auth: + username: $AUTH_DOCKER + password: $PSW_DOCKER # context / project UI env-var reference + environment: + POSTGRES_URL: postgres://psqluer:psqlpassword@localhost:5432/psdb + - image: circleci/postgres:9.6-alpine auth: username: $AUTH_DOCKER