Supply a password for the postgres database connection

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

View file

@ -39,7 +39,7 @@ jobs:
if: matrix.db-type == 'sqlite'
- name: Set Database env for PostgreSQL
run: echo "DATABASE_URL=postgresql://postgres:@127.0.0.1:5432/partdb?serverVersion=14&charset=utf8" >> $GITHUB_ENV
run: echo "DATABASE_URL=postgresql://postgres:postgres @127.0.0.1:5432/partdb?serverVersion=14&charset=utf8" >> $GITHUB_ENV
if: matrix.db-type == 'postgres'
- name: Checkout