Skip to content

chore: enable Nx Cloud Self-Healing CI#1780

Open
nx-cloud[bot] wants to merge 1 commit into
mainfrom
nx-cloud/setup-self-healing-ci-1780732230448
Open

chore: enable Nx Cloud Self-Healing CI#1780
nx-cloud[bot] wants to merge 1 commit into
mainfrom
nx-cloud/setup-self-healing-ci-1780732230448

Conversation

@nx-cloud

@nx-cloud nx-cloud Bot commented Jun 6, 2026

Copy link
Copy Markdown

🔧 Enable Nx Cloud Self-Healing CI

This PR adds the nx-cloud fix-ci command to your CI configuration. When CI fails, Nx Cloud will automatically:

  1. Analyze the failure logs and codebase
  2. Generate a verified fix using AI
  3. Create a commit with the fix (if auto-apply is enabled) or suggest changes for review

Modified Files

  • .github/workflows/javascript.yml

What was added

A fix-ci step that runs when CI fails, using npx nx-cloud fix-ci. This step:

  • Only runs when there are failures in your CI pipeline
  • Analyzes the error logs and your codebase
  • Generates and verifies a fix before suggesting it
  • Can automatically apply fixes for common issues (if enabled in workspace settings)

Learn more


This PR was automatically generated by Nx Cloud

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.

0 participants