diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 28c9498ca6fcf..3fa601b2d0211 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -34,7 +34,7 @@ jobs: compose-file: ./.github/docker-compose.yml - name: Build Core & Workflow - run: pnpm --filter n8n-workflow --filter=n8n-core build + run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n build - name: Test MySQL working-directory: packages/cli