localhost

This commit is contained in:
Shish 2019-11-23 12:15:16 +00:00
parent fb3a7c03e8
commit d8c4331c66

View File

@ -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;dbname=shimmie");' > data/config/auto_install.conf.php ;
echo '<?php define("DATABASE_DSN", "pgsql:user=shimmie;password=shimmie;host=127.0.0.1;dbname=shimmie");' > data/config/auto_install.conf.php ;
fi
if [[ "${{ matrix.database }}" == "mysql" ]]; then
mysql --version ;