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

Need CI/CD pipeline #10

Open
2 of 9 tasks
mrl280 opened this issue Mar 14, 2024 · 0 comments
Open
2 of 9 tasks

Need CI/CD pipeline #10

mrl280 opened this issue Mar 14, 2024 · 0 comments
Labels
CI/CD 🛠️ This issue relates to our automated testing, building, and publishing processes WIP 🚧 Someone is currently worked on this issue

Comments

@mrl280
Copy link
Collaborator

mrl280 commented Mar 14, 2024

Description:
We need to implement a continuous Integration and continuous development (CI/CD) pipeline to automate code quality and coverage checks as well as our build and publishing processes.

Project Area:
CI/CD, DevOps, and GitHub workflows.

Is your feature request related to a problem you're having? If so, please describe:
Yes, right now developers must manually coordinate, test, build, and deploy everything, which is a major pain point.

Please share any ideas or suggestions you have for potential solutions:
Workflows can be implemented using GitHub Actions.

Additional context:
The following CI workflows are required:

When a pull request is submitted, the aforementioned tests should run automatically, and any issue should be automatically commented on the pull request.

The following CD workflows are required:

@mrl280 mrl280 added CI/CD 🛠️ This issue relates to our automated testing, building, and publishing processes WIP 🚧 Someone is currently worked on this issue labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD 🛠️ This issue relates to our automated testing, building, and publishing processes WIP 🚧 Someone is currently worked on this issue
Projects
None yet
Development

No branches or pull requests

1 participant