Skip to content

Commit 60cbf80

Browse files
Update django.yml
1 parent 211fc8f commit 60cbf80

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/django.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
POSTGRES_DB: ${{ secrets.POSTGRES_DB }}
2323
ports:
2424
- 5432:5432
25-
options: >-
26-
--health-cmd="pg_isready -U ${{ secrets.POSTGRES_USER }} -d ${{ secrets.POSTGRES_DB }}"
27-
--health-interval=10s
28-
--health-timeout=5s
29-
--health-retries=5
30-
3125
cache:
3226
image: redis:7.4.2
3327
ports:
@@ -41,11 +35,6 @@ jobs:
4135
ports:
4236
- 15672:15672
4337
- 5672:5672
44-
options: >-
45-
--health-cmd="rabbitmq-diagnostics ping"
46-
--health-interval=10s
47-
--health-timeout=5s
48-
--health-retries=3
4938

5039
steps:
5140
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)