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
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:
@@ -74,6 +74,9 @@ jobs:
|
||||
- name: Generate Prisma client
|
||||
run: pnpm --filter @mcpctl/db exec prisma generate
|
||||
|
||||
- name: Build (needed by completions test)
|
||||
run: pnpm build
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test:run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user