feat(polling-groups): can invite multiple people to have their gmail/outlook inboxes connected to a workflow #8003
ci.yml
on: pull_request
Detect Version
0s
Test and Build
/
Test and Build
54s
Check Docs Changes
0s
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
7 errors and 3 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
app/api/webhooks/trigger/[path]/route.test.ts > Webhook Trigger API Route > Generic Webhook Authentication > should handle case insensitive custom header authentication:
apps/sim/app/api/webhooks/trigger/[path]/route.ts#L148
Error: [vitest] No "shouldSkipWebhookEvent" export is defined on the "@/lib/webhooks/processor" 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/webhooks/processor"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.POST app/api/webhooks/trigger/[path]/route.ts:148:9
❯ app/api/webhooks/trigger/[path]/route.test.ts:485:26
|
|
app/api/webhooks/trigger/[path]/route.test.ts > Webhook Trigger API Route > Generic Webhook Authentication > should handle case insensitive Bearer token authentication:
apps/sim/app/api/webhooks/trigger/[path]/route.ts#L148
Error: [vitest] No "shouldSkipWebhookEvent" export is defined on the "@/lib/webhooks/processor" 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/webhooks/processor"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.POST app/api/webhooks/trigger/[path]/route.ts:148:9
❯ app/api/webhooks/trigger/[path]/route.test.ts:444:26
|
|
app/api/webhooks/trigger/[path]/route.test.ts > Webhook Trigger API Route > Generic Webhook Authentication > should authenticate with custom header when configured:
apps/sim/app/api/webhooks/trigger/[path]/route.ts#L148
Error: [vitest] No "shouldSkipWebhookEvent" export is defined on the "@/lib/webhooks/processor" 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/webhooks/processor"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.POST app/api/webhooks/trigger/[path]/route.ts:148:9
❯ app/api/webhooks/trigger/[path]/route.test.ts:403:24
|
|
app/api/webhooks/trigger/[path]/route.test.ts > Webhook Trigger API Route > Generic Webhook Authentication > should authenticate with Bearer token when no custom header is configured:
apps/sim/app/api/webhooks/trigger/[path]/route.ts#L148
Error: [vitest] No "shouldSkipWebhookEvent" export is defined on the "@/lib/webhooks/processor" 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/webhooks/processor"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.POST app/api/webhooks/trigger/[path]/route.ts:148:9
❯ app/api/webhooks/trigger/[path]/route.test.ts:372:24
|
|
app/api/webhooks/trigger/[path]/route.test.ts > Webhook Trigger API Route > Generic Webhook Authentication > should process generic webhook without authentication:
apps/sim/app/api/webhooks/trigger/[path]/route.ts#L148
Error: [vitest] No "shouldSkipWebhookEvent" export is defined on the "@/lib/webhooks/processor" 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/webhooks/processor"), async (importOriginal) => {
const actual = await importOriginal()
return {
...actual,
// your mocked methods
}
})
❯ Module.POST app/api/webhooks/trigger/[path]/route.ts:148:9
❯ app/api/webhooks/trigger/[path]/route.test.ts:342:24
|
|
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
|