fix(e2e): fail fast on config dependency installs (#17280)
This commit is contained in:
parent
d961981e25
commit
f0bba10b12
5 changed files with 40 additions and 16 deletions
|
|
@ -63,6 +63,7 @@ export namespace Flag {
|
|||
export const OPENCODE_MODELS_PATH = process.env["OPENCODE_MODELS_PATH"]
|
||||
export const OPENCODE_DISABLE_CHANNEL_DB = truthy("OPENCODE_DISABLE_CHANNEL_DB")
|
||||
export const OPENCODE_SKIP_MIGRATIONS = truthy("OPENCODE_SKIP_MIGRATIONS")
|
||||
export const OPENCODE_STRICT_CONFIG_DEPS = truthy("OPENCODE_STRICT_CONFIG_DEPS")
|
||||
|
||||
function number(key: string) {
|
||||
const value = process.env[key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue