feat(deployed-form): added deployed form input #8194
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
40s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
5 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/app/api/knowledge/search/utils.ts#L3
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ app/api/knowledge/search/utils.ts:3:1
Caused by: Caused by: ReferenceError: loggerMock is not defined
❯ app/api/knowledge/search/utils.test.ts:11:30
❯ app/api/knowledge/search/utils.ts:3:1
|
|
lib/messaging/email/unsubscribe.test.ts:
apps/sim/lib/messaging/email/unsubscribe.ts#L4
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ lib/messaging/email/unsubscribe.ts:4:1
Caused by: Caused by: ReferenceError: loggerMock is not defined
❯ lib/messaging/email/unsubscribe.test.ts:31:30
❯ lib/messaging/email/unsubscribe.ts:4:1
|
|
lib/messaging/email/mailer.test.ts:
apps/sim/lib/messaging/email/mailer.ts#L2
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ lib/messaging/email/mailer.ts:2:1
Caused by: Caused by: ReferenceError: loggerMock is not defined
❯ lib/messaging/email/mailer.test.ts:70:30
❯ lib/messaging/email/mailer.ts:2: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
|