diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 1570be51fc84f..5eb257733ec32 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -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