From 221df24f5b9d52ffb3c3180f8a7d979fdc003319 Mon Sep 17 00:00:00 2001 From: Jan Potoms <2109932+Janpot@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:48:30 +0100 Subject: [PATCH] Remove postgres (#1799) --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40ad25446d2..2b6c38da0e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -87,9 +87,6 @@ jobs: - image: cimg/node:18.10.0 environment: TOOLPAD_SHADOW_DATABASE_URL: postgresql://postgres@localhost/circle_test - - image: cimg/postgres:14.5 - environment: - POSTGRES_USER: postgres steps: - checkout - install_js