Skip to content

Testing & CI

Terminal window
npm run test
npm run test:coverage
Terminal window
npm run typecheck
npm run lint

OpenCodeHub supports GitHub Actions–compatible workflows under .github/workflows/. Use the Actions UI to inspect runs and view logs.

For CLI access:

Terminal window
och ci list
och ci view <run-id> --jobs