From 469cbd65dd40dc6495ca2b81214718cd08d184f5 Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Wed, 16 Mar 2022 15:54:43 +0100 Subject: [PATCH] :construction_worker: Fix test runs on GitHub (#2997) --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index c462fa1c66..704090fa78 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -30,7 +30,7 @@ "start:default": "cd bin && ./n8n", "start:windows": "cd bin && n8n", "test": "npm run test:sqlite", - "test:sqlite": "export DB_TYPE=sqlite && jest", + "test:sqlite": "export DB_TYPE=sqlite && jest --forceExit", "test:postgres": "export DB_TYPE=postgresdb && jest", "test:mysql": "export DB_TYPE=mysqldb && jest", "watch": "tsc --watch",