From b01f037593003192a52710e88075db054ab84b7b Mon Sep 17 00:00:00 2001 From: Francisco Sanz Date: Fri, 27 Sep 2024 23:23:01 +0200 Subject: [PATCH] Updatind django.yml file --- .github/workflows/django.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 6e9de99..6bc7656 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -19,10 +19,10 @@ jobs: ports: - 5432:5432 options: > - --health-cmd "pg_isready -U postgres" - --health-interval 10s - --health-timeout 5s - --health-retries 5 + --health-cmd="pg_isready -U postgres" + --health-interval=10s + --health-timeout=5s + --health-retries=5 steps: - uses: actions/checkout@v4