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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: