diff --git a/.github/workflows/postgres-test.yml b/.github/workflows/postgres-test.yml index 23b4db13..d694a845 100644 --- a/.github/workflows/postgres-test.yml +++ b/.github/workflows/postgres-test.yml @@ -38,9 +38,6 @@ jobs: name: 'Postgres Test: pg-${{ matrix.postgres_version }}, node-${{ matrix.node_version }}, ubuntu-latest' steps: - - name: Log version - run: postgres -V - - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 @@ -64,6 +61,10 @@ jobs: env: DATABASE_URL: postgres://ubuntu:ubuntu@localhost:5432/integration_test + - name: Postgres logs + if: always() + run: docker logs "${{ job.services.postgres.id }}" + config-1-test: runs-on: ubuntu-latest strategy: