From ec8823e42f92a96d056e31d00b691b6bf073ca64 Mon Sep 17 00:00:00 2001 From: Olga Nemt Date: Wed, 18 Dec 2024 12:31:08 +0500 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a8ca9ab..3b577c2 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: apt update apt install -y postgresql service postgresql start - sudo -u postgres -s psql -U postgres -d postgres -c "show LC_COLLATE;; alter user postgres with password 'postgres';" + sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();" # - uses: pdm-project/setup-pdm@v3