I have two identical GitHub branches. When I try to run GitHub Actions on my main branch, job “Build with Gradle” fails because the tests do not pass. When I try to run GitHub Actions on my other branch, everything works right and build ends with success, all my tests successfully passing. Locally my tests pass alright as well.
I tried to get some more detailed logs from tests, but they say nothing.
New contributor
nbuttr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.