fix compile #4023
ci.yml
on: push
check
3m 52s
lint
55s
visual-testing
1m 44s
fern-generate
2m 16s
test
1m 48s
check-docs-release-is-allowed
48s
Annotations
7 errors and 6 warnings
lint:
packages/template-resolver/src/__test__/unit-tests/cohere.test.ts#L20
Unexpected console statement
|
lint
@fern-api/template-resolver#lint:eslint: command (/home/runner/work/fern-platform/fern-platform/packages/template-resolver) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint:eslint exited (1)
|
lint
Process completed with exit code 1.
|
src/__test__/unit-tests/SnippetTemplateResolver.test.ts > Snippet Template Resolver > Test Snippet Template Resolution:
packages/template-resolver/src/__test__/unit-tests/SnippetTemplateResolver.test.ts#L170
AssertionError: expected 'from octoai.image_gen import ImageGen…' to deeply equal 'from octoai.image_gen import ImageGen…'
- Expected
+ Received
from octoai.image_gen import ImageGenerationRequest
- from octoai.image_gen import Scheduler
from octoai import AsyncAcme
client = AsyncAcme(api_key='YOUR_API_KEY')
client.image_gen.generate_sdxl(
ImageGenerationRequest(
prompt="A prompt",
negative_prompt="A negative prompt",
tune_id="someId",
- offset="10",
- output_format="pcm_16000",
- loras={"key1": "value1", "key2": "value2"},
- sampler=OctoAI.myenum.PNDM
+ offset="10"
)
)
❯ src/__test__/unit-tests/SnippetTemplateResolver.test.ts:170:75
|
test
@fern-api/template-resolver#test: command (/home/runner/work/fern-platform/fern-platform/packages/template-resolver) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
test
Process completed with exit code 1.
|
check
Process completed with exit code 1.
|
check-docs-release-is-allowed
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
visual-testing
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
fern-generate
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|