Skip to content

Running Copilot coding agent #349

Running Copilot coding agent

Running Copilot coding agent #349

Triggered via dynamic January 31, 2026 17:50
Status Success
Total duration 16m 57s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

1 error
src/ai/devops-agent.test.ts > DevOpsAgentSchema > Complete Configuration > should accept full DevOps agent with all features: packages/spec/src/ai/devops-agent.test.ts#L533
AssertionError: expected [Function] to not throw an error but '[\n {\n "received": "code_generat…' was thrown - Expected: undefined + Received: "[ { \"received\": \"code_generation\", \"code\": \"invalid_enum_value\", \"options\": [ \"action\", \"flow\", \"query\", \"vector_search\" ], \"path\": [ \"tools\", 0, \"type\" ], \"message\": \"Invalid enum value. Expected 'action' | 'flow' | 'query' | 'vector_search', received 'code_generation'\" }, { \"received\": \"test_execution\", \"code\": \"invalid_enum_value\", \"options\": [ \"action\", \"flow\", \"query\", \"vector_search\" ], \"path\": [ \"tools\", 1, \"type\" ], \"message\": \"Invalid enum value. Expected 'action' | 'flow' | 'query' | 'vector_search', received 'test_execution'\" } ]" ❯ src/ai/devops-agent.test.ts:533:56