-
Notifications
You must be signed in to change notification settings - Fork 36
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
Green Builds Showing Despite Test Failures #481
Comments
In the future, we may want to be able to run other kinds of tests. Typically, it is better to move towards being more modular and not less so. Is there not a way to capture the return code of individual |
@TrevCraw as per your suggestion moving forward with a modular approach. Instead of having an array we will have a boolean to see if any of the commands that executed got failed and if yes the build will be exited with an error. |
Even when tests are failing, the builds are showing as green.
PR- https://github.com/OpenLiberty/liberty-tools-vscode/actions/runs/12921114303?pr=478
The text was updated successfully, but these errors were encountered: