-
Notifications
You must be signed in to change notification settings - Fork 166
Improve test time #1824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Improve test time #1824
Conversation
There was a problem hiding this 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
testandtest-integrationtargets 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.
|



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: