Skip to content

Commit 4eb9178

Browse files
Update django.yml
Added RABBITMQ_HOST env var.
1 parent f73c397 commit 4eb9178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +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 }}
7879
run: |
7980
python manage.py test

0 commit comments

Comments
 (0)