We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b15ef7 commit 97b9be1Copy full SHA for 97b9be1
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
image: rabbitmq:4.1.1-management
24
options: --hostname test-node --name test-node
25
env:
26
- #RABBITMQ_HOSTNAME: "test-node"
+ RABBITMQ_HOSTNAME: "test-node"
27
RABBITMQ_DEFAULT_USER: "test-user"
28
RABBITMQ_DEFAULT_PASS: "test-password"
29
ports:
0 commit comments