Skip to content

Commit

Permalink
Updatind django.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
frasanz committed Sep 27, 2024
1 parent fe83c51 commit b01f037
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b01f037

Please sign in to comment.