You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
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:
pytest
CI workflow #11When 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:
The text was updated successfully, but these errors were encountered: