From a1cf8db91db5040c837af7167f8f21d7c22dceb5 Mon Sep 17 00:00:00 2001 From: Peter Svensson Date: Fri, 9 Feb 2024 15:58:56 +0100 Subject: [PATCH] chore: expose admin port --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4ab943..5fc6b03 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: RABBITMQ_DEFAULT_PASS: password ports: - 5672:5672 + - 15672:15672 steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5