From 9f31a24a8c5a7917dfc2e54e040b8ef59c509047 Mon Sep 17 00:00:00 2001 From: Christopher Dignam Date: Thu, 25 Apr 2024 17:55:01 +0500 Subject: [PATCH] map port --- .github/workflows/bot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bot.yml b/.github/workflows/bot.yml index 64f0a800c..ec2bd907d 100644 --- a/.github/workflows/bot.yml +++ b/.github/workflows/bot.yml @@ -32,6 +32,9 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + # Maps port 6379 on service container to the host + - 6379:6379 steps: - uses: actions/checkout@v3 - name: Install poetry