diff --git a/script/test_all.sh b/script/test_all.sh index e368fd4..061381f 100755 --- a/script/test_all.sh +++ b/script/test_all.sh @@ -10,7 +10,7 @@ set -e export PGHOST=${PGHOST:-localhost} export PGUSER="postgres" -export PGPASSWORD="" +export PGPASSWORD="ci" export PGDATABASE="booktown" export PGPORT="15432"