Skip to content

Commit 77acec9

Browse files
committed
attempt to fix ci
1 parent 379cfa1 commit 77acec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
image: rabbitmq:4.1.1-management
2424
options: --hostname test-node --name test-node
2525
env:
26-
#RABBITMQ_HOSTNAME: "test-node"
26+
RABBITMQ_HOSTNAME: "test-node"
2727
RABBITMQ_DEFAULT_USER: "test-user"
2828
RABBITMQ_DEFAULT_PASS: "test-password"
2929
ports:
30+
- 5671:5671
3031
- 5672:5672
3132
- 15672:15672
3233
volumes:

0 commit comments

Comments
 (0)