diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6de199b92bd3..baf0e0819691 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,6 +3,10 @@ +## Tests + + + ## Risk diff --git a/init_dev_container.sh b/init_dev_container.sh index eb4a4eb6bc82..731fc69f3da5 100755 --- a/init_dev_container.sh +++ b/init_dev_container.sh @@ -4,6 +4,7 @@ psql "postgres://dev:dev@localhost:5432/" -c "CREATE DATABASE dust_api;"; psql "postgres://dev:dev@localhost:5432/" -c "CREATE DATABASE dust_databases_store;"; psql "postgres://dev:dev@localhost:5432/" -c "CREATE DATABASE dust_front;"; +psql "postgres://dev:dev@localhost:5432/" -c "CREATE DATABASE dust_front_test;"; psql "postgres://dev:dev@localhost:5432/" -c "CREATE DATABASE dust_connectors;"; psql "postgres://dev:dev@localhost:5432/" -c "CREATE DATABASE dust_oauth;";