From e7fa35317f6cd062d51c8a2668951ef372e79f14 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Wed, 28 Feb 2024 22:52:10 +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 6d65abe7..8b2754ab 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"