-
Notifications
You must be signed in to change notification settings - Fork 3
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
Continuous testing best practices from SLIM #94
Conversation
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.
@yunks128 Looks good, thanks for your contribution.
@yunks128 can you fix the static analysis failure? |
It appears there is still a trailing whitespace issue with the static analysis. |
@drewm-jpl, the trailing whitespace issue is fixed, but another error remains. I don't see "--no-fail-on-changed" anywhere, but the error is there. Do you have any idea? Thanks. |
removed --no-fail-on-changed argument that's causing a problem
@drewm-jpl
|
Purpose
Proposed Changes
.github/dependabot.yml
to schedule dependency updates daily.Check Integration Tests Results
step in.github/workflows/integration_tests.yml
to fail the job if tests fail.Check Smoke Tests Results
step in.github/workflows/smoke_tests.yml
to provide detailed feedback on which specific smoke tests failed..github/workflows/unit_tests.yml
to add manual workflow dispatch support.unity-test/TESTING.md
to provide comprehensive documentation on the testing architecture and processes for the project.Issues
Testing