Add this test in cicd
This commit is contained in:
parent
7b6a972fed
commit
ef7aa6c8ad
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user