Skip to content

Tests

Tests #429

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

tests.yaml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
error: expect(received).toEqual(expected): src/rag-chat.test.ts#L78
[ { + content: "How is paris often called?", + id: "0", + role: "user", + }, + { + content: "According to the context, Paris is often called the City of Light.", + id: "1", + role: "assistant", + }, + { content: "What year was the construction of the Eiffel Tower completed, and what is its height?", + id: "2", - id: "0", role: "user", } ] - Expected - 1 + Received + 11 at /home/runner/work/rag-chat/rag-chat/src/rag-chat.test.ts:78: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/