no host
This commit is contained in:
parent
bd1897ef9f
commit
fb3a7c03e8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
sudo -u postgres psql -c "SELECT set_config('log_statement', 'all', false);" -U postgres ;
|
||||
sudo -u postgres psql -c "CREATE USER shimmie WITH PASSWORD 'shimmie';" -U postgres ;
|
||||
sudo -u postgres psql -c "CREATE DATABASE shimmie WITH OWNER shimmie;" -U postgres ;
|
||||
echo '<?php define("DATABASE_DSN", "pgsql:user=shimmie;password=shimmie;host=;dbname=shimmie");' > data/config/auto_install.conf.php ;
|
||||
echo '<?php define("DATABASE_DSN", "pgsql:user=shimmie;password=shimmie;dbname=shimmie");' > data/config/auto_install.conf.php ;
|
||||
fi
|
||||
if [[ "${{ matrix.database }}" == "mysql" ]]; then
|
||||
mysql --version ;
|
||||
|
|
Reference in a new issue