Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frasanz committed Sep 27, 2024
1 parent b01f037 commit d8c08f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ 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
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d8c08f8

Please sign in to comment.