This commit is contained in:
parent
232db92d6c
commit
b532375a34
@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Configure and install postgres
|
- name: Configure and install postgres
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y postgresql:latest
|
apt install -y postgresql
|
||||||
service postgresql start
|
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 "initdb --locale=ru_RU; alter user postgres with password 'postgres';"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user