Add this test in cicd

This commit is contained in:
Sameer Kankute
2026-03-04 17:24:48 +05:30
parent 7b6a972fed
commit ef7aa6c8ad
+5
View File
@@ -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: |