diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ddb60df..3ae453a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,6 +19,8 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + - 6379:6379 steps: - name: Checkout uses: actions/checkout@v3