Skip to content

Tests

Tests #460

Triggered via schedule October 8, 2024 00:18
Status Failure
Total duration 1m 23s
Artifacts

tests.yaml

on: schedule
cloudflare-workers-local
0s
cloudflare-workers-local
nodejs-local
0s
nodejs-local
nextjs-vercel-ai-sdk
0s
nextjs-vercel-ai-sdk
nextjs-chat-to-website
0s
nextjs-chat-to-website
nextjs-server-actions
0s
nextjs-server-actions
Release
0s
Release
cloudflare-workers-deployed
0s
cloudflare-workers-deployed
nextjs-chat-to-website-deployed
0s
nextjs-chat-to-website-deployed
nextjs-vercel-ai-sdk-deployed
0s
nextjs-vercel-ai-sdk-deployed
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
error: expect(received).not.toHaveBeenCalled(): src/rag-chat.test.ts#L922
Expected number of calls: 0 Received number of calls: 1 at /home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:922:32
error: expect(received).toHaveBeenCalled(): src/rag-chat.test.ts#L933
Expected number of calls: >= 1 Received number of calls: 0 at /home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:933:28
Tests
Process completed with exit code 1.
Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/