diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0ac788..37a2483 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,9 +27,12 @@ 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@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2