Hi, I want to report an issue I've found where our base branch has a failed test, and I'm attempting to PR against that in order to fix the test, but when the github action runs for this package, the build fails because the test failed on the base branch.
I'm not sure what the ideal solution is, but allowing to pass an arg that would prevent breaking the build on a failed test in the base branch, if proposed branch test suite was successful? i.e. If not fixed by the PR, they would be caught during the initial run and the build would fail then.
Hi, I want to report an issue I've found where our base branch has a failed test, and I'm attempting to PR against that in order to fix the test, but when the github action runs for this package, the build fails because the test failed on the base branch.
I'm not sure what the ideal solution is, but allowing to pass an arg that would prevent breaking the build on a failed test in the base branch, if proposed branch test suite was successful? i.e. If not fixed by the PR, they would be caught during the initial run and the build would fail then.