feature/#524-pipline #15

Merged
on.nemtina merged 85 commits from feature/#524-pipline into master 2024-12-23 16:39:46 +05:00
Showing only changes of commit 5fa31277ae - Show all commits

View File

@ -23,7 +23,7 @@ jobs:
apt update
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';"
sudo -u postgres -s psql -U postgres -d postgres -c "show LC_COLLATE;; alter user postgres with password 'postgres';"
# - uses: pdm-project/setup-pdm@v3