Relative Content

Tag Archive for javaspringgithubgithub-actions

Workflow on two identical branches works on one, but not on the other

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.

GitHub Actions on Two Identical Branches: Works on One, Not on the Other

I have 2 identical github branches. When i try to run gh actions on my main branch, job “Build with Gradle” fails because the tests do not pass. When i try to run gh actions on my other branch, everything work right and build ends with success, all my tests successfully passing. Locally my tests passes alright as well.