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

This commit is contained in:
Olga Nemt 2024-12-18 12:41:27 +05:00
parent dcf3d8bd20
commit 03839ffdad

View File

@ -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();"