Skip to content

add linked project ids to session-start telemetry #70

add linked project ids to session-start telemetry

add linked project ids to session-start telemetry #70

Triggered via pull request April 8, 2026 00:22
Status Success
Total duration 49s
Artifacts

ci.yml

on: pull_request
build-and-test
45s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
error: expect(received).toContain(expected): tests/prompt-lexical-eval.test.ts#L190
Expected to contain: "swr" Received: [] at expectSelected (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-lexical-eval.test.ts:190:35) at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-lexical-eval.test.ts:349:5)
error: expect(received).toContain(expected): tests/prompt-lexical-eval.test.ts#L190
Expected to contain: "nextjs" Received: [] at expectSelected (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-lexical-eval.test.ts:190:35) at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-lexical-eval.test.ts:343:5)
error: expect(received).toBeGreaterThanOrEqual(expected): tests/prompt-matching-eval.test.ts#L257
Expected: >= 0.8 Received: 0.375 at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-matching-eval.test.ts:257:22)
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used: tests/build-from-skills-integration.test.ts#L362
Snapshot name: "CLI --json output shape --json output shape snapshot 1" Received: [ { "dependencyCount": 2, "diagnosticCount": 0, "resolvedCount": 8, "status": "unchanged", "template": "agents/performance-optimizer.md", }, { "dependencyCount": 2, "diagnosticCount": 0, "resolvedCount": 10, "status": "unchanged", "template": "agents/deployment-expert.md", }, { "dependencyCount": 1, "diagnosticCount": 0, "resolvedCount": 2, "status": "unchanged", "template": "agents/ai-architect.md", }, { "dependencyCount": 1, "diagnosticCount": 0, "resolvedCount": 1, "status": "unchanged", "template": "commands/marketplace.md", }, { "dependencyCount": 1, "diagnosticCount": 0, "resolvedCount": 9, "status": "unchanged", "template": "commands/bootstrap.md", }, { "dependencyCount": 0, "diagnosticCount": 0, "resolvedCount": 0, "status": "unchanged", "template": "commands/status.md", }, { "dependencyCount": 1, "diagnosticCount": 0, "resolvedCount": 5, "status": "unchanged", "template": "commands/deploy.md", }, { "dependencyCount": 1, "diagnosticCount": 0, "resolvedCount": 6, "status": "unchanged", "template": "commands/env.md", }, ] at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/build-from-skills-integration.test.ts:362:19)
error: Snapshot creation is disabled in CI environments unless --update-snapshots is used: tests/build-from-skills-integration.test.ts#L284
Snapshot name: "dependency manifest manifest dependency snapshot 1" Received: [ { "dependencies": [ "next-cache-components", "nextjs", ], "includeCount": 8, "template": "agents/performance-optimizer.md.tmpl", }, { "dependencies": [ "deployments-cicd", "vercel-functions", ], "includeCount": 10, "template": "agents/deployment-expert.md.tmpl", }, { "dependencies": [ "ai-sdk", ], "includeCount": 2, "template": "agents/ai-architect.md.tmpl", }, { "dependencies": [ "marketplace", ], "includeCount": 1, "template": "commands/marketplace.md.tmpl", }, { "dependencies": [ "bootstrap", ], "includeCount": 9, "template": "commands/bootstrap.md.tmpl", }, { "dependencies": [], "includeCount": 0, "template": "commands/status.md.tmpl", }, { "dependencies": [ "deployments-cicd", ], "includeCount": 5, "template": "commands/deploy.md.tmpl", }, { "dependencies": [ "env-vars", ], "includeCount": 6, "template": "commands/env.md.tmpl", }, ] at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/build-from-skills-integration.test.ts:284:22)
error: expect(received).toBeGreaterThan(expected): tests/build-from-skills-integration.test.ts#L242
Expected: > 0 Received: 0 at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/build-from-skills-integration.test.ts:242:41)
error: expect(received).toBeGreaterThan(expected): tests/build-from-skills-integration.test.ts#L113
Expected: > 0 Received: 0 at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/build-from-skills-integration.test.ts:113:30)
error: expect(received).toContain(expected): tests/prompt-signals-explain.test.ts#L144
Expected to contain: "ai-elements" Received: [] at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-signals-explain.test.ts:144:47)
error: expect(received).toContain(expected): tests/prompt-signals-explain.test.ts#L110
Expected to contain: "ai-elements" Received: [] at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-signals-explain.test.ts:110:35)
error: expect(received).toContain(expected): tests/prompt-signals-explain.test.ts#L66
Expected to contain: "ai-elements" Received: "Prompt: \"add markdown formatting to streamed text\"\nBudget: 8000 bytes | Max skills: 2\nDedup: strategy=env-var, seen=[]\n\nSkill Score Match Suppr Reason\n----------------------------------------------------------------------\nnext-cache-components 0 no no below threshold: score 0 < 6\nworkflow 0 no no below threshold: score 0 < 4\nnextjs 0 no no below threshold: score 0 < 6\nvercel-sandbox 0 no no below threshold: score 0 < 4\nnext-upgrade 0 no no below threshold: score 0 < 6\nai-sdk 0 no no below threshold: score 0 < 6\nknowledge-update 0 no no below threshold: score 0 < 6\nvercel-cli 0 no no below threshold: score 0 < 6\nverification 0 no no below threshold: score 0 < 6\nchat-sdk 0 no no below threshold: score 0 < 6\nnext-forge 0 no no below threshold: score 0 < 6\n\n\nTiming: 3ms" at <anonymous> (/home/runner/work/vercel-plugin/vercel-plugin/tests/prompt-signals-explain.test.ts:66:27)
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/