diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1ddd0b7..e5462c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,19 +20,6 @@ jobs: PGPASSWORD: postgres PGUSER: postgres - services: - postgres: - image: postgres:${{ matrix.postgresql-version }} - env: - POSTGRES_PASSWORD: postgres - # Set health checks to wait until postgres has started - options: >- - --health-cmd pg_isready - --health-interval 10s - --health-timeout 5s - --health-retries 5 - --mount type=bind,source="${{ github.workspace }}/test/postgres_server/init_scripts",target=/docker-entrypoint-initdb.d - steps: - uses: actions/checkout@v4 - name: Install dependencies