diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00d22215..3dc5de95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,6 +60,7 @@ jobs: - name: Start PostgreSQL run: | sudo systemctl start postgresql.service + sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';" if: matrix.db-type == 'postgres' #- name: Setup MySQL