diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 76da851..3116218 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -21,7 +21,7 @@ jobs: - name: Configure and install postgres run: | apt update - apt install -y postgresql:latest + apt install -y postgresql service postgresql start sudo -u postgres -s psql -U postgres -d postgres -c "initdb --locale=ru_RU; alter user postgres with password 'postgres';"