Skip to content

ci: add pull request quality gate - #3

Closed
andrei-hasna wants to merge 1 commit into
mainfrom
drain/ope73-00005-ms66c4nr
Closed

ci: add pull request quality gate#3
andrei-hasna wants to merge 1 commit into
mainfrom
drain/ope73-00005-ms66c4nr

Conversation

@andrei-hasna

@andrei-hasna andrei-hasna commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • run frozen Bun install, build, typecheck, and the full test suite on every pull request and push to main
  • add the missing typecheck package script
  • restore HASNA_TERMINAL_DIR in the output-store test so the existing suite is hermetic
  • document the CI gate in the changelog

Testing

  • bun install --frozen-lockfile
  • bun run build
  • bun run typecheck
  • bun test (237 passed across 38 files)

The first clean full-suite run exposed the output-store test leaking HASNA_TERMINAL_DIR into paths.test.ts; the test-only cleanup above fixes that isolation issue. No suites are excluded or skipped.


View with [code]smith Autofix with [code]smith
Need help on this PR? Tag @codesmith-bot with what you need. Autofix is disabled.

@andrei-hasna
andrei-hasna deleted the drain/ope73-00005-ms66c4nr branch July 29, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant