Skip to content

feat: set up nx workspace#28110

Merged
9larsons merged 1 commit into
mainfrom
nx-cloud-setup
May 25, 2026
Merged

feat: set up nx workspace#28110
9larsons merged 1 commit into
mainfrom
nx-cloud-setup

Conversation

@ErisDS
Copy link
Copy Markdown
Member

@ErisDS ErisDS commented May 25, 2026

feat(nx-cloud): setup nx cloud workspace

This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience.

You can access your Nx Cloud workspace by going to
https://cloud.nx.app/orgs/6a1462452412d966ab83029a/workspaces/6a146249a88a39d9ffa5046c

Tip

Run npx nx generate ci-workflow if you don't have a CI script configured yet.

Note: This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes.

This commit sets up Nx Cloud for your Nx workspace, enabling distributed caching and the Nx Cloud GitHub integration for fast CI and improved developer experience.

You can access your Nx Cloud workspace by going to
https://cloud.nx.app/orgs/6a1462452412d966ab83029a/workspaces/6a146249a88a39d9ffa5046c

> [!TIP]
> Run `npx nx generate ci-workflow` if you don't have a CI script configured yet.

**Note:** This commit attempts to maintain formatting of the nx.json file, however you may need to correct formatting by running an nx format command and committing the changes.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 25, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: defcf696-f62c-4b1e-b746-fb66bd6e2895

📥 Commits

Reviewing files that changed from the base of the PR and between f1ed307 and 711ff24.

📒 Files selected for processing (1)
  • nx.json

Walkthrough

This PR updates the workspace Nx configuration by adding an nxCloudId field to nx.json. The change extends the existing cloud and cache configuration, adding the Nx Cloud integration identifier while preserving the existing cacheDirectory setting pointing to .nxcache.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'feat: set up nx workspace' is vague and generic, using broad language that doesn't convey specific information about the actual change (adding nxCloudId for Nx Cloud integration). Consider a more specific title like 'feat: add Nx Cloud integration to workspace' to clearly indicate the primary change being made.
✅ Passed checks (4 passed)
Check name Status Explanation
Description check ✅ Passed The description is directly related to the changeset, providing context about Nx Cloud setup, integration benefits, and relevant links, despite minor formatting caveats.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch nx-cloud-setup

Comment @coderabbitai help to get the list of available commands and usage tips.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 25, 2026

View your CI Pipeline Execution ↗ for commit 711ff24

Command Status Duration Result
nx build @tryghost/sodo-search ✅ Succeeded <1s View ↗
nx build @tryghost/comments-ui ✅ Succeeded <1s View ↗
nx build @tryghost/activitypub ✅ Succeeded 1s View ↗
nx run @tryghost/admin-x-settings:test:acceptance ✅ Succeeded 9m 6s View ↗
nx build @tryghost/portal ✅ Succeeded <1s View ↗
nx build @tryghost/signup-form ✅ Succeeded <1s View ↗
nx build @tryghost/announcement-bar ✅ Succeeded <1s View ↗
nx run-many -t test:unit -p ghost-monorepo,@try... ✅ Succeeded 29s View ↗
Additional runs (9) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2026-05-25 15:10:38 UTC

@9larsons 9larsons merged commit 3978456 into main May 25, 2026
46 checks passed
@9larsons 9larsons deleted the nx-cloud-setup branch May 25, 2026 16:25
@coderabbitai coderabbitai Bot mentioned this pull request May 26, 2026
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