Skip to content

Commit 8d95ff1

Browse files
V36 Gate 8: Keep gate package tests greenable
Run the aggregate BTD Jest suite through explicit Jest invocation with forceExit so the Gate Quality workflow exits after passing tests instead of waiting on open handles. Verified locally with the aggregate BTD suite, Gate 8 checker, and diff hygiene.
1 parent 76d09a3 commit 8d95ff1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
246246
- name: Test gate packages
247247
run: |
248-
pnpm --filter @bitcode/btd test
248+
pnpm --filter @bitcode/btd exec jest --config jest.config.cjs --runInBand --forceExit
249249
pnpm --filter @bitcode/btd test -- --runTestsByPath __tests__/btc-fee-operation.test.ts
250250
pnpm --filter @bitcode/btd test -- --runTestsByPath __tests__/btd.test.ts
251251
pnpm --filter @bitcode/btd test -- --runTestsByPath __tests__/v32-ledger-btd-settlement-failure-states.test.ts

0 commit comments

Comments
 (0)