ci: Restore default build in grind-changed-tests workflow (#31571)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Declan Carroll 2026-06-02 15:07:21 +01:00 committed by GitHub
parent 8a245a5a88
commit acc0cb321e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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