-
Notifications
You must be signed in to change notification settings - Fork 27
Fixes PYT-900 : Initial migration: Write pre commit action #4
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
Conversation
Github actions were successful on my fork : https://github.com/muralinimmagadda/virtualization-sdk/pull/3/checks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! It's really exciting to see this come together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally we're able to take advantage of GitHub Actions! Ship it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
74986df
Merge pull request #239 from mothslaw/develop
Pull request checklist
Please check if your PR fulfills the following requirements:
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: PYT-900
What is the new behavior?
Added Github Action for pre-commit that runs unit tests on common, libs, platform, tools projects of virtualization-sdk. It also lints tools project as of now. linting for other projects can be added later.
Job for checking format of projects is added but commented out so that it can be enabled once the formatting is fixed.
setup.py files are modified to use the dvp-api dependency from test pypi as artifactory cannot be used by github actions
Fixed an existing testcase that was failing in ubuntu environment
Does this introduce a breaking change?
Other information