localhost
This commit is contained in:
parent
fb3a7c03e8
commit
d8c4331c66
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 "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 USER shimmie WITH PASSWORD 'shimmie';" -U postgres ;
|
||||||
sudo -u postgres psql -c "CREATE DATABASE shimmie WITH OWNER 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
|
fi
|
||||||
if [[ "${{ matrix.database }}" == "mysql" ]]; then
|
if [[ "${{ matrix.database }}" == "mysql" ]]; then
|
||||||
mysql --version ;
|
mysql --version ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user