Skip to content

docs: add license file #163

docs: add license file

docs: add license file #163

Triggered via pull request January 6, 2025 15:38
@kwaakwaa
opened #31
kwaa:main
Status Failure
Total duration 38s
Artifacts

ci.yaml

on: pull_request
Matrix: lint
Matrix: packages-build-test
Matrix: unittest
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
src/serpapi/index.test.ts > neuri/use-search/serpapi > should search: packages/use-search/src/serpapi/index.test.ts#L9
AssertionError: expected '' not to be '' // Object.is equality ❯ src/serpapi/index.test.ts:9:37
src/serpapi/serpapi.test.ts > neuri/use-search/serpapi > should search: packages/use-search/src/serpapi/serpapi.test.ts#L8
AssertionError: expected '' not to be '' // Object.is equality ❯ src/serpapi/serpapi.test.ts:8:37
src/index.test.ts > neuri > should work: packages/neuri/src/openai/generate.ts#L14
TypeError: Invalid URL ❯ requestURL ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared/dist/index.js:31:10 ❯ Module.chat ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared-chat/dist/index.js:3:75 ❯ Module.generate src/openai/generate.ts:14:24 ❯ call src/openai/agent.ts:20:25 ❯ Object.reroute src/index.ts:43:20 ❯ cb src/index.test.ts:34:34 ❯ Object.handle src/index.ts:122:22 ❯ src/index.test.ts:30:26 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_INVALID_URL', input: 'chat/completions', base: '/' }
src/openai/stream.test.ts > stream > it works: packages/neuri/src/openai/stream.ts#L77
TypeError: Invalid URL ❯ requestURL ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared/dist/index.js:31:10 ❯ chat ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared-chat/dist/index.js:3:75 ❯ Proxy.streamText ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/stream-text/dist/index.js:5:45 ❯ Module.stream src/openai/stream.ts:77:21 ❯ src/openai/stream.test.ts:8:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_INVALID_URL', input: 'chat/completions', base: '/' }
Unit tests - 22.x
Process completed with exit code 1.
Unit tests - 20.x
The job was canceled because "_22_x" failed.
src/index.test.ts > neuri > should work: packages/neuri/src/openai/generate.ts#L14
TypeError: Invalid URL ❯ requestURL ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared/dist/index.js:31:10 ❯ Module.chat ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared-chat/dist/index.js:3:75 ❯ Module.generate src/openai/generate.ts:14:24 ❯ call src/openai/agent.ts:20:25 ❯ Object.reroute src/index.ts:43:20 ❯ cb src/index.test.ts:34:34 ❯ Object.handle src/index.ts:122:22 ❯ src/index.test.ts:30:26 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_INVALID_URL', input: 'chat/completions', base: '/' }
src/openai/stream.test.ts > stream > it works: packages/neuri/src/openai/stream.ts#L77
TypeError: Invalid URL ❯ requestURL ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared/dist/index.js:31:10 ❯ chat ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/shared-chat/dist/index.js:3:75 ❯ Proxy.streamText ../../node_modules/.pnpm/@xsai[email protected]/node_modules/@xsai/stream-text/dist/index.js:5:45 ❯ Module.stream src/openai/stream.ts:77:21 ❯ src/openai/stream.test.ts:8:23 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_INVALID_URL', input: 'chat/completions', base: '/' }
src/serpapi/index.test.ts > neuri/use-search/serpapi > should search: packages/use-search/src/serpapi/index.test.ts#L9
AssertionError: expected '' not to be '' // Object.is equality ❯ src/serpapi/index.test.ts:9:37
src/serpapi/serpapi.test.ts > neuri/use-search/serpapi > should search: packages/use-search/src/serpapi/serpapi.test.ts#L8
AssertionError: expected '' not to be '' // Object.is equality ❯ src/serpapi/serpapi.test.ts:8:37
Unit tests - 20.x
Process completed with exit code 1.
Lint - 20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint - 22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Unit tests - 22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Packages Build Test - 22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Packages Build Test - 20.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636