From 9493e83b4d92caec52a33d4be9ffcded26e436b3 Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Tue, 30 Jul 2024 13:41:26 +0200 Subject: [PATCH] Fix service container ports --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 71fb968..1f19585 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,14 +22,14 @@ jobs: --health-timeout 5s --health-retries 5 ports: - - 5432 + - 5432:5432 rabbitmq: image: rabbitmq:3.8 env: RABBITMQ_DEFAULT_USER: guest RABBITMQ_DEFAULT_PASS: guest ports: - - 5672 + - 5672:5672 strategy: matrix: