mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix: Build cli to fix Postgres and MySQL test runs (#5171)
This commit is contained in:
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
|
compose-file: ./.github/docker-compose.yml
|
||||||
|
|
||||||
- name: Build Core & Workflow
|
- 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
|
- name: Test MySQL
|
||||||
working-directory: packages/cli
|
working-directory: packages/cli
|
||||||
|
|||||||
Reference in New Issue
Block a user