diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 94207f4..d7b1aef 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -21,6 +21,8 @@ jobs: - name: Configure and install postgres run: | apt update + apt install -y locales + locale-gen ru_RU.UTF-8 apt install -y postgresql service postgresql start sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();"