From acc0cb321e3db0538f4f438af711fa6bc37fcce6 Mon Sep 17 00:00:00 2001 From: Declan Carroll Date: Tue, 2 Jun 2026 15:07:21 +0100 Subject: [PATCH] ci: Restore default build in grind-changed-tests workflow (#31571) Co-authored-by: Claude Opus 4.7 --- .github/workflows/grind-changed-tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/grind-changed-tests.yml b/.github/workflows/grind-changed-tests.yml index 3422f182c87..e3063824ec2 100644 --- a/.github/workflows/grind-changed-tests.yml +++ b/.github/workflows/grind-changed-tests.yml @@ -32,12 +32,6 @@ jobs: - name: Setup Node.js uses: ./.github/actions/setup-nodejs - with: - # Build editor-ui's dependencies (e.g. @n8n/api-types) but not - # editor-ui itself — Vitest transforms editor-ui sources on the fly, - # while tsc-built deps must exist on disk for import resolution. - # Turbo cache makes this near-instant on subsequent runs. - build-command: 'pnpm --filter=n8n-editor-ui^... build' - name: Install .github/scripts dependencies run: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace