fix(e2e): fail fast on config dependency installs (#17280)

This commit is contained in:
Luke Parker
2026-03-13 14:08:51 +10:00
committed by GitHub
parent d961981e25
commit f0bba10b12
5 changed files with 40 additions and 16 deletions

View File

@@ -73,6 +73,7 @@ const serverEnv = {
OPENCODE_E2E_MESSAGE: "Seeded for UI e2e",
OPENCODE_E2E_MODEL: "opencode/gpt-5-nano",
OPENCODE_CLIENT: "app",
OPENCODE_STRICT_CONFIG_DEPS: "true",
} satisfies Record<string, string>
const runnerEnv = {