-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feat: add pytest job to _Test-OCI-Factory workflow #224
Conversation
Here is a sample integration where you can see the test summary, and the uploaded jUnit report artifact. |
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.
This sounds like a good initiative.
I'd like to see this combined with at least one test, so I'd wait at least until 1 test is ready.
…f to $GITHUB_WORKSPACE
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 neat and good. My remarks have already been addressed.
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.
almost there. You may also want to lint all files. Some are missing a newline at EOF and others have inconsistent break lines throughout the text
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 good to me now. Thanks!
…feat_add_pytest_job
…i-factory into feat_add_pytest_job
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.
greeeat thanks
Ping the @canonical/rocks team.
This PR adds a job to
.github/workflows/_Test-OCI-Factory.yaml
which executes pytest from the root of the repository and generates a simple test report to that step's$GITHUB_STEP_SUMMARY
.More tests will be added in subsequent refactoring PRs