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

[ci][enh]: Github workflow to run tests during commits and pull requests #438

Open
MashyBasker opened this issue Aug 16, 2024 · 1 comment

Comments

@MashyBasker
Copy link
Contributor

It would be good to have a github workflow that runs the tests in the test folder against the proposed changes in a commit/PR.
This would require adding an api_base in the config.json and providing an API key as a repository secret, which would be used in running the tests with pytest.

@sauravpanda
Copy link
Member

We are planning to offer a SaaS-based version where they can use our API key, and we manage the LLM tokens for them. The main reason is that we want to store the errors they get so that they can tackle them.

But adding a general version on OSS is a good idea. Let me think if it's better to have it here or make it a separate repo, given that actions will change a lot in the language, and we need to make language-specific configurations!

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

No branches or pull requests

2 participants