diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79973f0c..76ed0713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: services: postgres: image: postgres:latest - user: 'postgres' env: POSTGRES_PASSWORD: 'postgres' POSTGRES_USER: 'postgres'