Skip to content

Commit

Permalink
ci: Fix DB tests workflow (no-changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
netroy committed Nov 17, 2023
1 parent 8e0ae3c commit b4a25be
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b4a25be

Please sign in to comment.