mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
👷 Fix test runs on GitHub (#2997)
This commit is contained in:
parent
c6bccca456
commit
469cbd65dd
|
@ -30,7 +30,7 @@
|
||||||
"start:default": "cd bin && ./n8n",
|
"start:default": "cd bin && ./n8n",
|
||||||
"start:windows": "cd bin && n8n",
|
"start:windows": "cd bin && n8n",
|
||||||
"test": "npm run test:sqlite",
|
"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:postgres": "export DB_TYPE=postgresdb && jest",
|
||||||
"test:mysql": "export DB_TYPE=mysqldb && jest",
|
"test:mysql": "export DB_TYPE=mysqldb && jest",
|
||||||
"watch": "tsc --watch",
|
"watch": "tsc --watch",
|
||||||
|
|
Loading…
Reference in a new issue