Skip to content

ci: run unit tests in packages#400

Merged
artus9033 merged 1 commit into
mainfrom
ci/run-package-unit-tests
Jun 24, 2026
Merged

ci: run unit tests in packages#400
artus9033 merged 1 commit into
mainfrom
ci/run-package-unit-tests

Conversation

@artus9033

Copy link
Copy Markdown
Collaborator

Summary

Run unit tests in packages in the CI workflow.

Test plan

CI green.

@artus9033 artus9033 requested a review from krozniata June 24, 2026 17:10
@artus9033 artus9033 self-assigned this Jun 24, 2026
Copilot AI review requested due to automatic review settings June 24, 2026 17:10

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the CI workflow to run unit tests for workspace packages (in addition to the already-run app tests), by introducing a dedicated root script and invoking it from the CI job.

Changes:

  • Add a root-level test:packages script that runs turbo run test scoped to ./packages/*.
  • Update .github/workflows/ci.yml to run yarn test:packages during the build-lint job.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Adds a test:packages Turbo command scoped to workspaces under packages/*.
.github/workflows/ci.yml Runs package tests in CI after app tests in the main build/lint/typecheck job.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/ci.yml
@artus9033 artus9033 merged commit d615310 into main Jun 24, 2026
14 of 15 checks passed
@artus9033 artus9033 deleted the ci/run-package-unit-tests branch June 24, 2026 22:01
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.

3 participants