feat: RAG Module #37
test-pr.yml
on: pull_request
Matrix: test
report-coverage
0s
Annotations
5 errors
tests/client/app.integration.test.ts > App > should create runner:
src/client/user.ts#L219
Error: Failed to create runner: Invalid runner argument
❯ User.createRunner src/client/user.ts:219:13
❯ tests/client/app.integration.test.ts:159:20
|
tests/client/app.integration.test.ts > App > should delete runner:
tests/client/app.integration.test.ts#L241
AssertionError: promise rejected "Error: Bad request format" instead of resolving
❯ tests/client/app.integration.test.ts:241:5
Caused by: Error: Bad request format
❯ User.deleteRunner src/client/user.ts:330:13
❯ tests/client/app.integration.test.ts:239:5
|
test (main)
Process completed with exit code 1.
|
test (dani/rag)
The job was canceled because "main" failed.
|
test (dani/rag)
The operation was canceled.
|