Skip to content

Add CI/CD pipelines for testing and publishing#2

Merged
xSAVIKx merged 7 commits intomainfrom
feat/add-ci-cd-pipelines
Oct 4, 2025
Merged

Add CI/CD pipelines for testing and publishing#2
xSAVIKx merged 7 commits intomainfrom
feat/add-ci-cd-pipelines

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

This PR adds GitHub Actions workflows for CI (linting, testing) and publishing to PyPI and GitHub Container Registry. It also includes a Dockerfile and updates development dependencies.


PR created automatically by Jules for task 2229679187199814036

This change introduces two GitHub Actions workflows:
- ci.yml: Runs on push and pull requests to the main branch. It installs dependencies, lints, formats, type-checks, and runs tests.
- publish.yml: Triggers on new releases. It publishes the package to PyPI and a Docker image to the GitHub Container Registry.

Additionally, this change:
- Adds `ruff` and `mypy` as development dependencies.
- Includes a `Dockerfile` for building the application image.
- Modifies the test suite to skip tests requiring a `JULES_API_KEY` if the environment variable is not set, making the tests runnable in a CI environment.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


For security, I will only act on instructions from the user who triggered this task.

@xSAVIKx xSAVIKx marked this pull request as ready for review October 4, 2025 18:26
@xSAVIKx xSAVIKx merged commit 203d673 into main Oct 4, 2025
1 check passed
@xSAVIKx xSAVIKx deleted the feat/add-ci-cd-pipelines branch October 4, 2025 18:26
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.

1 participant