Test shopify-dev-tools separately in CI#8155
Draft
durga256 wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 22, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
4 tasks
This was referenced Jul 22, 2026
durga256
force-pushed
the
configure-shopify-dev-tools-workspace
branch
from
July 22, 2026 18:45
ee239af to
e6a94d0
Compare
durga256
force-pushed
the
test-shopify-dev-tools-ci
branch
from
July 22, 2026 18:45
2933c1b to
d97a272
Compare
Assisted-By: devx/944b7c56-e488-423f-abb0-83cb541efb22
durga256
force-pushed
the
configure-shopify-dev-tools-workspace
branch
from
July 22, 2026 18:52
e6a94d0 to
7f2d5d6
Compare
durga256
force-pushed
the
test-shopify-dev-tools-ci
branch
from
July 22, 2026 18:52
d97a272 to
24291a5
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.

WHY are these changes introduced?
Shopify CLI's root Vitest configuration selects the existing CLI test projects explicitly, so adding
shopify-dev-toolsto Nx does not automatically run its 702 tests in CI.WHAT is this pull request doing?
Runs the package's Nx test target separately in:
This preserves the existing cross-platform CLI test matrix without multiplying the package suite across every matrix entry.
How to test your changes?
pnpm nx test shopify-dev-tools --skip-nx-cache --output-style=streamThe package suite passes 27 files / 702 tests. All three edited workflow files parse as valid YAML.
Checklist