From 32ad9ec8c925339669e823a9f755c8cced588386 Mon Sep 17 00:00:00 2001 From: Guillermo Aguirre Date: Mon, 18 Sep 2023 18:59:30 -0300 Subject: [PATCH] Set postgres CI to trust --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ee565d..a8e170d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: postgres: image: postgres env: - POSTGRES_PASSWORD: postgres + POSTGRES_HOST_AUTH_METHOD: trust ports: - 5432:5432 options: >-