This commit is contained in:
Shish 2019-11-23 12:00:45 +00:00
parent 5ab54609b9
commit 5ae8d02366

View File

@ -28,7 +28,7 @@ jobs:
sudo apt update
mkdir -p data/config
if [[ "${{ matrix.database }}" == "pgsql" ]]; then
sudo apt-get install -y postgresql-client ;
sudo apt-get install -y postgresql postgresql-client ;
psql --version ;
psql -c "SELECT set_config('log_statement', 'all', false);" -U postgres ;
psql -c "CREATE DATABASE shimmie;" -U postgres ;