fix: Build cli to fix Postgres and MySQL test runs (#5171)

This commit is contained in:
Iván Ovejero
2023-01-16 11:12:09 +01:00
committed by GitHub
parent 9958c324db
commit a0c5232aa5

View File

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