тест
All checks were successful
Run Tests / run_tests (push) Successful in 21s

This commit is contained in:
Olga Nemt 2024-12-18 12:27:50 +05:00
parent b532375a34
commit 5fa31277ae

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