Skip to content

Commit 966c0a2

Browse files
Debugging TLS builds on CI is fun, round 6
1 parent c84a5c8 commit 966c0a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,11 @@ jobs:
144144
- name: Start RabbitMQ with TLS
145145
run: |
146146
docker run -d --name rabbitmq-tls \
147-
-e RABBITMQ_ERLANG_COOKIE='test-secret-cookie' \
148147
-p 15671:15671 \
149148
-p 15672:15672 \
150149
-p 5672:5672 \
151150
-v ${{ github.workspace }}/tests/tls/certs:/certs:ro \
152-
-v ${{ github.workspace }}/tests/tls/certs/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf:ro \
151+
-v ${{ github.workspace }}/tests/tls/certs/rabbitmq.conf:/etc/rabbitmq/conf.d/10-tls.conf:ro \
153152
rabbitmq:${{ matrix.rabbitmq-series }}-management
154153
155154
- name: Wait for RabbitMQ to start

0 commit comments

Comments
 (0)