еще один тест на создание БД
All checks were successful
Run Tests / run_tests (push) Successful in 21s
All checks were successful
Run Tests / run_tests (push) Successful in 21s
This commit is contained in:
parent
03839ffdad
commit
031b6caef4
@ -26,7 +26,7 @@ jobs:
|
|||||||
apt install -y postgresql
|
apt install -y postgresql
|
||||||
service postgresql start
|
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();"
|
||||||
sudo -u postgres -s psql -U postgres -d postgres -c "CREATE DATABASE persistence WITH OWNER 'postgres' ENCODING 'UTF8' LC_COLLATE = 'ru_RU.UTF-8' LC_CTYPE = 'ru_RU.UTF-8'"
|
sudo -u postgres -s psql -U postgres -d postgres -c "CREATE DATABASE persistence WITH OWNER 'postgres' ENCODING 'UTF8' LC_COLLATE = 'ru_RU.UTF-8' LC_CTYPE = 'ru_RU.UTF-8' TEMPLATE = template0"
|
||||||
|
|
||||||
|
|
||||||
# - uses: pdm-project/setup-pdm@v3
|
# - uses: pdm-project/setup-pdm@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user