diff --git a/.github/workflows/test-changed-data-connect.yml b/.github/workflows/test-changed-data-connect.yml index 4472d58de81..b62f71ed832 100644 --- a/.github/workflows/test-changed-data-connect.yml +++ b/.github/workflows/test-changed-data-connect.yml @@ -95,6 +95,9 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + # Maps tcp port 5432 on service container to the host + - 5432:5432 runs-on: ubuntu-latest steps: @@ -134,6 +137,9 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + ports: + # Maps tcp port 5432 on service container to the host + - 5432:5432 steps: - name: Checkout Repo uses: actions/checkout@v4