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+=($!)