ci: Add E2E test for scheduled trigger (#5391)
* scheduler e2e test and switch to main mode * adjust e2e options * rolling back config changes
This commit is contained in:
committed by
GitHub
parent
58b0cf66b5
commit
dd652c0b0d
@@ -11,6 +11,7 @@ if (inE2ETests) {
|
||||
process.env = {
|
||||
E2E_TESTS: 'true',
|
||||
N8N_USER_FOLDER: mkdtempSync(join(tmpdir(), 'n8n-e2e-')),
|
||||
EXECUTIONS_PROCESS: 'main',
|
||||
N8N_DIAGNOSTICS_ENABLED: 'false',
|
||||
N8N_PUBLIC_API_DISABLED: 'true',
|
||||
EXTERNAL_FRONTEND_HOOKS_URLS: '',
|
||||
|
||||
Reference in New Issue
Block a user