From c2fc759b68ff88f5789665c616bc7ee7c9aaa747 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 1 Aug 2020 06:00:36 +0200 Subject: [PATCH] Reference to correct DB --- .ci/.env.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/.env.ci b/.ci/.env.ci index 73117a5812..c63126c208 100644 --- a/.ci/.env.ci +++ b/.ci/.env.ci @@ -60,7 +60,7 @@ APP_LOG_LEVEL=info # Use "pgsql" for PostgreSQL # Use "mysql" for MySQL and MariaDB. # Use "sqlite" for SQLite. -DB_CONNECTION=sqlite +DB_CONNECTION=sqlite_test # MySQL supports SSL. You can configure it here. # If you use Docker or similar, you can set these variables from a file by appending them with _FILE