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 Aug 20, 2024. It is now read-only.
Users are able to run SMI Conformance tests in their CI/CD pipelines and view the percentage of the tests passed in Meshery.
Desired Behavior
Comment the result of the test in the PR which the test was ran on.
This would require the action to be run on every push. This is solely based on the project requirement and would depend on how the projects actually use the action.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
As a middle ground, perhaps there could be a flag to log the actual test output in the GH Action? It would be useful to see what particular aspect of the conformance tests are failing
@navendu-pottekkat I did some bash trickery to emulate this on a fork of the SMI action: it basically just switches between some background processes. I also had to set the PLATFORM variable equal to "docker" to make it work with the latest version of meshery.
Current Behavior
Users are able to run SMI Conformance tests in their CI/CD pipelines and view the percentage of the tests passed in Meshery.
Desired Behavior
Comment the result of the test in the PR which the test was ran on.
This would require the action to be run on every push. This is solely based on the project requirement and would depend on how the projects actually use the action.
Contributor Guide
The text was updated successfully, but these errors were encountered: