mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
fix: Build cli
to fix Postgres and MySQL test runs (#5171)
This commit is contained in:
parent
9958c324db
commit
a0c5232aa5
2
.github/workflows/ci-postgres-mysql.yml
vendored
2
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue