From 9582dad19abda809c773e311459738cf35fa52d1 Mon Sep 17 00:00:00 2001 From: Subhash Bhushan Date: Mon, 10 Jun 2024 16:00:58 -0700 Subject: [PATCH] Add message-db to ci services (#436) --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c59fb998..7a8001d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,11 @@ jobs: --health-timeout 5s --health-retries 5 + message-db: + image: ethangarofolo/message-db:1.2.6 + ports: + - 5433:5432 + steps: - uses: actions/checkout@v4 with: