Skip to content

Conversation

@MarceloRGonc
Copy link
Contributor

Fixes #<issue_number>.

Additional Notes

Testing Checklist

Check all that apply:

  • I tested the feature thoroughly, including edge cases

  • I verified all affected areas still work as expected

  • Automated tests were added/updated if necessary

  • Changes are backwards compatible with any existing data, otherwise a migration script is provided

Visual Changes (if applicable)

If there are UI/UX changes, include at least one of the following:

  • Screenshots
  • Loom video
  • Preview deployment link

Copilot AI review requested due to automatic review settings January 9, 2026 16:50
Copy link
Contributor

Copilot AI left a comment

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 optimizes CI test execution time by restructuring test workflows to leverage pre-built artifacts and introducing a separate integration test target.

Changes:

  • Split test commands into separate test and test-integration targets in the project configuration
  • Modified CI workflow to restore build cache and run integration tests with a dedicated target
  • Added build job as a dependency for test jobs to ensure artifacts are available

Reviewed changes

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

File Description
packages/server/api/project.json Reorganized test targets by extracting integration tests into a separate test-integration target and removed redundant build step from the main test target
.github/workflows/ci.yml Updated test workflow to depend on build job, restore build artifacts from cache, and use the new test-integration target

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

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2026

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.

2 participants