From ef7aa6c8adbfe4ded4b7e718fcf6cc42d7a6164b Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Wed, 4 Mar 2026 17:24:48 +0530 Subject: [PATCH] Add this test in cicd --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec93c7057a..55e9210f2c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3740,6 +3740,11 @@ jobs: - run: name: Wait for PostgreSQL to be ready command: dockerize -wait tcp://localhost:5432 -timeout 1m + - run: + name: Install system dependencies + command: | + sudo apt-get update -y + sudo apt-get install -y libpq-dev - run: name: Install Dependencies command: |