Skip to content

feat: keep teaching progress out of workspace files #170

feat: keep teaching progress out of workspace files

feat: keep teaching progress out of workspace files #170

Triggered via pull request August 19, 2026 10:18
Status Failure
Total duration 3m 52s
Artifacts

ci.yml

on: pull_request
Typecheck and tests
3m 48s
Typecheck and tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Typecheck and tests
Process completed with exit code 1.
src/lib/chat-tools/chat-tool-utility-runtime.test.ts > chat tool utility runtime > loads study and visual skills through the shared skill loader: apps/web/src/lib/chat-tools/chat-tool-utility-runtime.ts#L146
Error: [vitest] No "AVAILABLE_TEACHING_SKILLS" export is defined on the "@avenire/ai/skills" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("@avenire/ai/skills"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ src/lib/chat-tools/chat-tool-utility-runtime.ts:146:47 ❯ Module.executeLoadSkill src/lib/chat-tools/chat-tool-utility-runtime.ts:144:20 ❯ src/lib/chat-tools/chat-tool-utility-runtime.test.ts:70:25
Typecheck and tests
@avenire/web#test: command (/home/runner/work/Avenire/Avenire/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
Typecheck and tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/