Skip to content

Commit e867888

Browse files
V43 Canonical Promotion: Bound BTD validation
Aligns the V43 promotion workflow with gate quality by running BTD Jest through the explicit runInBand forceExit invocation, keeping promotion validation bounded and greenable.
1 parent 76a82a3 commit e867888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/v43-canon-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
pnpm --filter @bitcode/protocol typecheck
8585
pnpm --filter @bitcode/protocol test
8686
pnpm --filter @bitcode/btd typecheck
87-
pnpm --filter @bitcode/btd test
87+
pnpm --filter @bitcode/btd exec jest --config jest.config.cjs --runInBand --forceExit
8888
npm --prefix protocol-demonstration test
8989
npm --prefix protocol-demonstration run test:v28-mvp-qa
9090
pnpm --filter @bitcode/pipeline-asset-pack typecheck

0 commit comments

Comments
 (0)