mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
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:
parent
8e0ae3cf8c
commit
abe36691ab
2
.github/workflows/ci-postgres-mysql.yml
vendored
2
.github/workflows/ci-postgres-mysql.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build Backend
|
- 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
|
- name: Cache build artifacts
|
||||||
uses: actions/cache/save@v3.3.1
|
uses: actions/cache/save@v3.3.1
|
||||||
|
|
2
.github/workflows/test-workflows.yml
vendored
2
.github/workflows/test-workflows.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
working-directory: n8n
|
working-directory: n8n
|
||||||
run: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
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
|
shell: bash
|
||||||
|
|
||||||
- name: Import credentials
|
- name: Import credentials
|
||||||
|
|
Loading…
Reference in a new issue