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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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