File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Conformance Tests
22
3- # The conformance framework (@modelcontextprotocol/conformance) is pinned to an
4- # exact version in test/conformance/package.json; new conformance releases are
5- # adopted by deliberately bumping that pin (+ pnpm-lock.yaml). This workflow
6- # stays as-is across bumps.
7- #
8- # Both jobs are gating: the expected-failures baseline determines pass/fail.
9- # A scenario failing outside the baseline, or a stale baseline entry (scenario
10- # now passing but still listed), fails the job.
11-
123on :
134 push :
145 branches : [main]
5647 - run : pnpm install
5748 - run : pnpm run build:all
5849 - run : pnpm run test:conformance:server
59- - run : pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:draft
50+ - run : pnpm run test:conformance:server:draft
Original file line number Diff line number Diff line change 4040 "test:conformance:client:all" : " pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:client:all" ,
4141 "test:conformance:client:run" : " pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:client:run" ,
4242 "test:conformance:server" : " pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server" ,
43+ "test:conformance:server:draft" : " pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:draft" ,
4344 "test:conformance:server:all" : " pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:all" ,
4445 "test:conformance:server:run" : " pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:run" ,
4546 "test:conformance:all" : " pnpm run test:conformance:client:all && pnpm run test:conformance:server:all"
You can’t perform that action at this time.
0 commit comments