This commit is contained in:
parent
5fa31277ae
commit
ec8823e42f
@ -23,7 +23,7 @@ jobs:
|
||||
apt update
|
||||
apt install -y postgresql
|
||||
service postgresql start
|
||||
sudo -u postgres -s psql -U postgres -d postgres -c "show LC_COLLATE;; alter user postgres with password 'postgres';"
|
||||
sudo -u postgres -s psql -U postgres -d postgres -c "alter user postgres with password 'postgres'; SELECT version();"
|
||||
|
||||
|
||||
# - uses: pdm-project/setup-pdm@v3
|
||||
|
Loading…
Reference in New Issue
Block a user