Skip to content

Commit 16fd379

Browse files
Merge branch 'master' of github.com:Yosef-AlSabbah/Django-eCommerce-API-with-Redis-JWT-Celery-Smart-Search
2 parents d08a725 + 6b3715f commit 16fd379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
7676
RABBITMQ_DEFAULT_USER: ${{ secrets.RABBITMQ_USER }}
7777
RABBITMQ_DEFAULT_PASS: ${{ secrets.RABBITMQ_PASSWORD }}
78-
RABBITMQ_HOST: ${{ secrets.RABBITMQ_HOST }}
78+
RABBITMQ_HOST: rabbitmq
7979
run: |
8080
python manage.py test

0 commit comments

Comments
 (0)