Skip to content

Commit

Permalink
Fix (try): update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zebra-f authored Apr 6, 2024
1 parent 371e55e commit 3ac397c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: githubactions
ports:
- "5432:5432"
- 5432:5432
options: >-
--health-cmd pg_isready --health-interval 10s
--health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3ac397c

Please sign in to comment.