This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
Currently we do test and build at local machine using tox.
we are willing to integrate this with each pull request so that it will be validated before getting merged.
Describe the solution you'd like
We have the following 4 steps which we want to run as part of CI pipeline to test and validate.
- make test
- source venv/bin/activate && tox
- python -m pip install --upgrade build
- python -m build
These command should run automatically whenever a new PR arrives or an old PR is updated.
Describe alternatives you've considered
Manual test what we are doing as of now is not adequate for all MR.
Additional context
No response