Skip to content

Commit 97b9be1

Browse files
committed
attempt to fix ci
1 parent 6b15ef7 commit 97b9be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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:

0 commit comments

Comments
 (0)