From 0e1cf33aea5fe9cee51fca053f70dc176c100189 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 22 Feb 2024 18:04:43 -0500 Subject: [PATCH] Add `RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS` env into `verify-staged-artifacts` --- .github/workflows/verify-staged-artifacts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index d49238c033..82f036302e 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -16,6 +16,8 @@ jobs: rabbitmq: image: rabbitmq:management + env: + RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS: -rabbitmq_stream advertised_host localhost ports: - 5672:5672 - 15672:15672