Skip to content

Commit c84a5c8

Browse files
Debugging TLS builds on CI is fun, round 5
1 parent 38a3658 commit c84a5c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ jobs:
144144
- name: Start RabbitMQ with TLS
145145
run: |
146146
docker run -d --name rabbitmq-tls \
147+
-e RABBITMQ_ERLANG_COOKIE='test-secret-cookie' \
147148
-p 15671:15671 \
148149
-p 15672:15672 \
149150
-p 5672:5672 \

0 commit comments

Comments
 (0)