Skip to content

Commit 0d4cc62

Browse files
Harden V39 gate demonstration checks
Replace the gate-quality demonstration full historical proof suite with the maintained demonstration typecheck and V28 MVP QA surface. This keeps gate PR checks deterministic while preserving promotion-grade coverage for heavier canon workflows.
1 parent 1c121a4 commit 0d4cc62

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/bitcode-gate-quality.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,7 @@ jobs:
490490
run: pnpm test:qa:v28:pipeline-readback
491491

492492
- name: Test protocol demonstration
493-
run: |
494-
npm --prefix protocol-demonstration test
495-
npm --prefix protocol-demonstration run test:v28-mvp-qa
493+
run: npm --prefix protocol-demonstration run test:v28-mvp-qa
496494

497495
- name: Check diff hygiene
498496
run: git diff --check

0 commit comments

Comments
 (0)