mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(core): Replace client-oauth2 with an in-repo package (#6266)
Co-authored-by: Marcus <marcus@n8n.io>
This commit is contained in:
committed by
GitHub
parent
16fade7d41
commit
a1b1f24ddf
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, and CLI
|
||||
run: pnpm --filter n8n-workflow --filter=n8n-core --filter=n8n build
|
||||
run: pnpm --filter @n8n/client-oauth2 --filter n8n-workflow --filter n8n-core --filter n8n build
|
||||
|
||||
- name: Test MySQL
|
||||
working-directory: packages/cli
|
||||
|
||||
Reference in New Issue
Block a user