Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enable test run in CI for core package #590

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

pgoos
Copy link
Contributor

@pgoos pgoos commented Nov 25, 2024

Relates to:

Risks

Low

Background

What does this PR do?

Enables running tests as part of CI

What kind of change is this?

Improvement

Why are we doing this? Any context or related work?

We need to make sure no breaking changes (regressions) are introduced with new PRs

Documentation changes needed?

My changes do not require a change to the project documentation.

Testing

locally run tests
tests run in CI

Where should a reviewer start?

Detailed testing steps

None, automtated tests are fine.

Discord username

piotrg5517

@pgoos pgoos closed this Nov 25, 2024
@pgoos pgoos reopened this Nov 25, 2024
@pgoos
Copy link
Contributor Author

pgoos commented Nov 25, 2024

@jkbrooks can you run the workflow?

@@ -5,7 +5,7 @@ export const defaultCharacter: Character = {
username: "eliza",
plugins: [],
clients: [],
modelProvider: ModelProviderName.LLAMALOCAL,
modelProvider: ModelProviderName.OLLAMA,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lalalune test packages/core/src/defaultCharacter.ts was failing because of that change to LLAMALOCAL. Was that change intentional? I switched back to OLLAMA

Copy link
Collaborator

@monilpat monilpat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jkbrooks jkbrooks merged commit 031b961 into elizaOS:main Nov 25, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants