parent
dcf3d8bd20
commit
03839ffdad
@ -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();"
|
||||
|
Loading…
Reference in New Issue
Block a user