Postgres on GitHub: attempt w/ explict username/pw combo (WIP, attempt 2)

This commit is contained in:
Klaas van Schelven
2025-03-05 12:17:09 +01:00
parent 1911ab4eb8
commit 3e5d6370ea

View File

@@ -64,7 +64,7 @@ jobs:
if: matrix.db == 'postgres'
run: |
sudo systemctl start postgresql.service
sudo -u postgres -c "CREATE ROLE bugsink PASSWORD 'bugsink' NOSUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;" postgres
sudo -u postgres psql -c "CREATE ROLE bugsink PASSWORD 'bugsink' NOSUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;" postgres
- name: Install build
run: |
python -m pip install --upgrade pip