Skip to content

Commit

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

Expand Down

0 comments on commit 961376c

Please sign in to comment.