Skip to content

Commit ae4bde3

Browse files
ci(conformance): keep workflow steps minimal (bare run commands, no step names or comments)
1 parent 9a3fd34 commit ae4bde3

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
cache-dependency-path: pnpm-lock.yaml
3939
- run: pnpm install
4040
- run: pnpm run build:all
41-
# --suite all already includes the draft-spec client scenarios
42-
# (SEP-2575, SEP-2322, SEP-2243, SEP-2106, draft auth); known gaps
43-
# are listed in test/conformance/expected-failures.yaml.
44-
- name: Run client conformance (all suites, incl. draft)
45-
run: pnpm run test:conformance:client:all
41+
- run: pnpm run test:conformance:client:all
4642

4743
server-conformance:
4844
runs-on: ubuntu-latest
@@ -59,11 +55,5 @@ jobs:
5955
cache-dependency-path: pnpm-lock.yaml
6056
- run: pnpm install
6157
- run: pnpm run build:all
62-
# Dated-spec (active) suite: expected to stay fully green.
63-
- name: Run server conformance (active suite)
64-
run: pnpm run test:conformance:server
65-
# Draft-spec suite (SEP-2575 stateless, SEP-2322 MRTR, SEP-2549,
66-
# SEP-2243): known gaps are listed in expected-failures.yaml and
67-
# must be removed from the baseline as each milestone lands.
68-
- name: Run server conformance (draft suite)
69-
run: pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:draft
58+
- run: pnpm run test:conformance:server
59+
- run: pnpm --filter @modelcontextprotocol/test-conformance run test:conformance:server:draft

0 commit comments

Comments
 (0)