feat(enterprise): permission groups, access control #8059
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
1m 1s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
3 errors and 3 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
executor/handlers/agent/agent-handler.test.ts:
apps/sim/lib/auth/auth.ts#L2330
Error: [vitest] No "isOrganizationsEnabled" export is defined on the "@/lib/core/config/feature-flags" 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/feature-flags"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ lib/auth/auth.ts:2330:9
❯ lib/auth/index.ts:3: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
|