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:
Michael Auerswald
2023-02-07 12:41:44 +01:00
committed by GitHub
parent 58b0cf66b5
commit dd652c0b0d
2 changed files with 76 additions and 0 deletions

View File

@@ -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: '',