fix(root): run private package changed tests - #9588
Draft
ralph-bitgo[bot] wants to merge 2 commits into
Draft
Conversation
Pass Lerna's include-private option to unit-test-changed so test-only changes in the private bitgo package still execute its unit tests in CI. Ticket: WAL-1960 Session-Id: 799fc58c-8d9f-42aa-8234-bf06ce67adb4 Task-Id: 4826aa42-2223-4662-80cf-e0c3acd613b2
Contributor
ralph-bitgo
Bot
force-pushed
the
WAL-1960/run-bitgo-package-tests
branch
from
August 27, 2026 20:45
c07548a to
27a1377
Compare
Use Lerna's supported private filter for the changed-test command so test-only changes in the private bitgo package are selected and executed in CI. Ticket: WAL-1960 Session-Id: 799fc58c-8d9f-42aa-8234-bf06ce67adb4 Task-Id: 4826aa42-2223-4662-80cf-e0c3acd613b2
ralph-bitgo
Bot
force-pushed
the
WAL-1960/run-bitgo-package-tests
branch
from
August 27, 2026 22:08
a0fab8b to
d087f5a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
--privatefilter forunit-test-changed.bitgopackage when its test files change.Why
bitgopackage, allowing test-only changes to pass without executing those tests.
--privatefilter is required to include that package whileretaining changed-package detection.
Test plan
bitgofor a temporary test-only file change.@bitgo/sdk-coreartifacts are unavailable.Ticket: WAL-1960