Skip to content

Conversation

@jumski
Copy link
Contributor

@jumski jumski commented Nov 11, 2025

Improve GitHub Actions and Project Configuration

This PR makes several improvements to our GitHub Actions and project configuration:

  1. Added a new step in the setup action to rebuild packages that need postinstall using pnpm rebuild --pending

  2. Standardized GitHub workflows by using our custom setup action in:

    • release.yml
    • type-test-health.yml
  3. Fixed path references in project.json files for client and core packages:

    • Updated all cwd values from {projectRoot} to explicit paths (pkgs/client and pkgs/core)
    • This ensures commands run in the correct directory context

These changes improve build reliability and standardize our CI/CD setup across workflows.

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2025

⚠️ No Changeset found

Latest commit: 86ef087

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

jumski commented Nov 11, 2025

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.
Learn more


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge:queue - adds this PR to the back of the merge queue
  • hotfix:queue - for urgent hot fixes, skip the queue and merge this PR next

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.

@nx-cloud
Copy link

nx-cloud bot commented Nov 11, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 86ef087

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

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