From 961376ca9239dae4a612aafa16e4376538b780bd Mon Sep 17 00:00:00 2001 From: Francisco Sanz Date: Fri, 27 Sep 2024 23:29:13 +0200 Subject: [PATCH] Updating django.yml --- .github/workflows/django.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 4335d19..66616eb 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -19,9 +19,7 @@ jobs: ports: - 5432:5432 options: > - --health-cmd="pg_isready -U postgres" - --health-interval=10s - --health-timeout=5s + --health-cmd "pg_isready -U postgres" --health-interval 10s --health-timeout 5s --health-retries 5 steps: - uses: actions/checkout@v4