From 4a29f8a62b6c4488d9e2c14eb175139df5909b4f Mon Sep 17 00:00:00 2001 From: Petr Plenkov Date: Sat, 28 Feb 2026 23:45:13 +0100 Subject: [PATCH 1/4] 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/671be43c6487b4030d8b8333/workspaces/69a36ff87cc51963d062abd4 > [!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. --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 36091eeb..d3368918 100644 --- a/nx.json +++ b/nx.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/nx/schemas/nx-schema.json", "defaultBase": "main", - "nxCloudId": "689f2325a9081eb8eb04b58d", + "nxCloudId": "69a36ff87cc51963d062abd4", "plugins": [ { "plugin": "@nx/js/typescript", From 63f92c9bb90e50897a4de7433ccf3de83a2e178c Mon Sep 17 00:00:00 2001 From: Petr Plenkov Date: Mon, 2 Mar 2026 10:44:43 +0100 Subject: [PATCH 2/4] 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/69a55bf434baf1803ac2dad2/workspaces/69a55c09c1e3467fb883535e > [!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. --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index d3368918..24feec04 100644 --- a/nx.json +++ b/nx.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/nx/schemas/nx-schema.json", "defaultBase": "main", - "nxCloudId": "69a36ff87cc51963d062abd4", + "nxCloudId": "69a55c09c1e3467fb883535e", "plugins": [ { "plugin": "@nx/js/typescript", From 3941cea781edd31a9fa85fa150b24e8ea4bae8f6 Mon Sep 17 00:00:00 2001 From: "nx-cloud[bot]" <71083854+nx-cloud[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:44:46 +0000 Subject: [PATCH 3/4] chore: add Nx Cloud fix-ci step for self-healing CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cceb102a..3b27340a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,3 +34,6 @@ jobs: shell: bash - run: npx nx-cloud record -- nx format:check - run: npx nx affected -t lint test build e2e-ci + + - run: npx nx fix-ci + if: always() From 64881ab0c76b0441faa2d1dfab5f9abbeba16b32 Mon Sep 17 00:00:00 2001 From: Petr Plenkov Date: Fri, 6 Mar 2026 18:06:11 +0100 Subject: [PATCH 4/4] 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/69ab096e38e3990544756819/workspaces/69ab0980542defed8d2aa8f4 > [!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. --- nx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 24feec04..d9e702e9 100644 --- a/nx.json +++ b/nx.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/nx/schemas/nx-schema.json", "defaultBase": "main", - "nxCloudId": "69a55c09c1e3467fb883535e", + "nxCloudId": "69ab0980542defed8d2aa8f4", "plugins": [ { "plugin": "@nx/js/typescript",