Change the password of the postgres user

This commit is contained in:
Jan Böhmer 2024-06-12 23:24:37 +02:00
parent 58dd56a89f
commit 373a1ab0f4

View file

@ -60,6 +60,7 @@ jobs:
- name: Start PostgreSQL - name: Start PostgreSQL
run: | run: |
sudo systemctl start postgresql.service sudo systemctl start postgresql.service
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
if: matrix.db-type == 'postgres' if: matrix.db-type == 'postgres'
#- name: Setup MySQL #- name: Setup MySQL