Skip to content

Commit

Permalink
ci: Fix DB tests and Workflow tests (no-changelog) (#7741)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy authored Nov 17, 2023
1 parent 8e0ae3c commit abe3669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-postgres-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abe3669

Please sign in to comment.