правка
Some checks failed
Run Tests / run_tests (push) Failing after 20s

This commit is contained in:
Olga Nemt 2024-12-18 12:22:14 +05:00
parent 232db92d6c
commit b532375a34

View File

@ -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';"