diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59140497..76ed0713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,8 +47,6 @@ jobs: postgres: image: postgres:latest env: - PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}' - PGPORT: '${POSTGRES_PORT:-5432}' POSTGRES_PASSWORD: 'postgres' POSTGRES_USER: 'postgres' POSTGRES_DB: main