remove slack notification on e2e

This commit is contained in:
nrslib 2026-02-13 19:20:45 +09:00
parent 3a7259cf06
commit 5072d26e74

View File

@ -123,6 +123,7 @@ export function createIsolatedEnv(): IsolatedEnv {
TAKT_CONFIG_DIR: taktDir, TAKT_CONFIG_DIR: taktDir,
GIT_CONFIG_GLOBAL: gitConfigPath, GIT_CONFIG_GLOBAL: gitConfigPath,
TAKT_NO_TTY: '1', TAKT_NO_TTY: '1',
TAKT_NOTIFY_WEBHOOK: undefined,
}; };
return { return {