-
Notifications
You must be signed in to change notification settings - Fork 14
chore: use setup action in workflows and fix project paths #358
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: 11-11-feat_make_stabilization_delay_configurable
Are you sure you want to change the base?
chore: use setup action in workflows and fix project paths #358
Conversation
|
|
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.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected -t lint typecheck test --parallel -... |
❌ Failed | 6m 41s | View ↗ |
nx affected -t test:e2e --parallel --base=771a3... |
✅ Succeeded | 5m 26s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-11-11 16:38:49 UTC
86ef087 to
216c245
Compare
771a319 to
01e016c
Compare
216c245 to
0adc276
Compare
01e016c to
27688fe
Compare

Improve GitHub Actions and Project Configuration
This PR makes several improvements to our GitHub Actions and project configuration:
Added a new step in the setup action to rebuild packages that need postinstall using
pnpm rebuild --pendingStandardized GitHub workflows by using our custom setup action in:
Fixed path references in project.json files for client and core packages:
cwdvalues from{projectRoot}to explicit paths (pkgs/clientandpkgs/core)These changes improve build reliability and standardize our CI/CD setup across workflows.