ci: Fix DB tests and Workflow tests (no-changelog) (#7741)

[Workflow Tests](https://github.com/n8n-io/n8n/actions/runs/6901672210)
[DB Tests](https://github.com/n8n-io/n8n/actions/runs/6901673148)
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-11-17 10:07:19 +01:00 committed by GitHub
parent 8e0ae3cf8c
commit abe36691ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- name: Build Backend
run: pnpm --filter @n8n/client-oauth2 --filter n8n-workflow --filter n8n-core --filter n8n build
run: pnpm build:backend
- name: Cache build artifacts
uses: actions/cache/save@v3.3.1

View file

@ -45,7 +45,7 @@ jobs:
working-directory: n8n
run: |
pnpm install --frozen-lockfile
pnpm --filter @n8n/client-oauth2 --filter n8n-workflow --filter n8n-core --filter n8n-nodes-base --filter n8n build
pnpm build:backend
shell: bash
- name: Import credentials