Tests #460
tests.yaml
on: schedule
Tests
1m 7s
cloudflare-workers-local
0s
nodejs-local
0s
nextjs-vercel-ai-sdk
0s
cloudflare-workers-deployed
0s
nextjs-chat-to-website-deployed
0s
nextjs-vercel-ai-sdk-deployed
0s
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/
|