From 7fc743d44678f3a2bbc98b496bc5e03f0aae1103 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Wed, 28 Feb 2024 22:55:18 +0100 Subject: [PATCH] try fix pw --- .github/workflows/postgres-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postgres-test.yml b/.github/workflows/postgres-test.yml index 8b2754ab..d624a690 100644 --- a/.github/workflows/postgres-test.yml +++ b/.github/workflows/postgres-test.yml @@ -319,7 +319,7 @@ jobs: image: postgres:${{ matrix.postgres_version }}-alpine env: POSTGRES_USER: ubuntu - POSTGRES_PASSWORD: 123456abcdefghABCDEFGH~\`\!$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'\|\\ + POSTGRES_PASSWORD: 123456abcdefghABCDEFGH~`!$%^&*-_=+{}[]()<>,.;:"'|\ POSTGRES_DB: integration_test # Set health checks to wait until postgres has started options: >- @@ -361,7 +361,7 @@ jobs: { "db": { "user": "ubuntu", - "password": "123456abcdefghABCDEFGH~\`\!$%^\&*-_=+{}[]\(\)\<\>,.\;:\"\'\|\\", + "password": "123456abcdefghABCDEFGH~`!$%^&*-_=+{}[]()<>,.;:\"'|\\", "host": "localhost", "port": "5432", "database": "integration_test"