From 7a45f53d9a7cce0843b7dc9b6fed4ccc15ee20dd Mon Sep 17 00:00:00 2001 From: James Henry Date: Thu, 5 Jun 2025 21:06:23 +0400 Subject: [PATCH] Revert "chore(core): temporarily remove conformance check" (#31471) Reverts nrwl/nx#31463 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e797f5cae4..8c0cdd2e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,9 @@ jobs: pnpm nx-cloud record -- nx sync:check pids+=($!) + pnpm nx-cloud record -- nx-cloud conformance:check + pids+=($!) + pnpm nx run-many -t check-imports check-commit check-lock-files check-codeowners --parallel=1 --no-dte & pids+=($!)