From 60681eded7ac8943df08d217af04620d25a8213c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hartmut=20N=C3=B6renberg?= Date: Wed, 1 Apr 2026 00:52:31 +0200 Subject: [PATCH] ci(api): run assistant split regression --- .github/workflows/ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c9dd7..781a5e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,30 @@ jobs: - name: Run typecheck run: pnpm typecheck + assistant-split: + name: Assistant Split Regression + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - uses: pnpm/action-setup@v4 + with: + version: ${{ env.PNPM_VERSION }} + + - uses: actions/setup-node@v4 + with: + node-version: ${{ env.NODE_VERSION }} + cache: pnpm + + - name: Install dependencies + run: pnpm install --frozen-lockfile + + - name: Generate Prisma client + run: pnpm db:generate + + - name: Run assistant split regression + run: pnpm --filter @capakraken/api test:assistant-split + # ────────────────────────────────────────────── # Lint — ~20s, no services needed # ──────────────────────────────────────────────