mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-03 10:17:00 +02:00
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:
parent
8a245a5a88
commit
acc0cb321e
6
.github/workflows/grind-changed-tests.yml
vendored
6
.github/workflows/grind-changed-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user