ci: add build step before tests (completions test needs it)
Some checks failed
CI/CD / lint (push) Successful in 49s
CI/CD / test (push) Successful in 59s
CI/CD / typecheck (push) Successful in 11m12s
CI/CD / build (push) Failing after 7m36s
CI/CD / docker (push) Has been skipped
CI/CD / publish-rpm (push) Has been skipped
CI/CD / deploy (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michal
2026-03-08 22:35:50 +00:00
parent 0bb760c3fa
commit b14f34e454

View File

@@ -74,6 +74,9 @@ jobs:
- name: Generate Prisma client - name: Generate Prisma client
run: pnpm --filter @mcpctl/db exec prisma generate run: pnpm --filter @mcpctl/db exec prisma generate
- name: Build (needed by completions test)
run: pnpm build
- name: Run tests - name: Run tests
run: pnpm test:run run: pnpm test:run