тест
Some checks failed
Run Tests / run_tests (push) Failing after 21s

This commit is contained in:
Olga Nemt 2024-12-18 12:36:10 +05:00
parent ec8823e42f
commit 5380b39d7f

View File

@ -23,7 +23,11 @@ jobs:
apt update
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();"
sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres';
SELECT version();
CREATE DATABASE persistence WITH OWNER 'postgres' ENCODING 'UTF8'
LC_COLLATE = 'ru_RU.UTF-8'
LC_CTYPE = 'ru_RU.UTF-8'"
# - uses: pdm-project/setup-pdm@v3