diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index 1570be51fc..5eb257733e 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 diff --git a/.github/workflows/test-workflows.yml b/.github/workflows/test-workflows.yml index ebb60e4def..55a232b9c2 100644 --- a/.github/workflows/test-workflows.yml +++ b/.github/workflows/test-workflows.yml @@ -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