improvement(auth): added ability to inject secrets to kubernetes, server-side ff to disable email registration #8038
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
50s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
4 errors and 3 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
app/api/knowledge/search/utils.test.ts:
apps/sim/lib/core/config/feature-flags.ts#L71
Error: [vitest] No "isFalsy" export is defined on the "@/lib/core/config/env" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/lib/core/config/env"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ lib/core/config/feature-flags.ts:71:40
❯ providers/utils.ts:5:1
|
|
app/api/knowledge/utils.test.ts:
apps/sim/lib/core/config/feature-flags.ts#L71
Error: [vitest] No "isFalsy" export is defined on the "@/lib/core/config/env" mock. Did you forget to return it from "vi.mock"?
If you need to partially mock a module, you can use "importOriginal" helper inside:
vi.mock(import("@/lib/core/config/env"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ lib/core/config/feature-flags.ts:71:40
❯ providers/utils.ts:5:1
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|