From a0c5232aa53b13e581b5da4b6f984f5d7893fe33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Mon, 16 Jan 2023 11:12:09 +0100 Subject: [PATCH] fix: Build `cli` to fix Postgres and MySQL test runs (#5171) --- .github/workflows/ci-postgres-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 28c9498ca6..3fa601b2d0 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