From 1d47bfce0a773bd7afc7e707ca08e7eb59a432d7 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 24 Jan 2025 10:13:00 +0100 Subject: [PATCH] chore: add redis port in Github workflow --- .github/workflows/test-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index df9b9270..f2ce937a 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -23,6 +23,8 @@ jobs: redis: image: redis options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 6379:6379 strategy: fail-fast: false matrix: