change django.yml

This commit is contained in:
karthikmurakonda 2023-10-11 04:44:04 +05:30
parent 4a9b3ab3b0
commit 405d3a55ff
1 changed files with 12 additions and 0 deletions

View File

@ -28,6 +28,18 @@ jobs:
build:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: cdc
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
strategy:
max-parallel: 4
matrix: