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
While running a build on current master branch it was not successful. The EmbeddedSpringBootKeycloakServerXApplicationTests failed and broke the build.
The fix for this issue could be
to move the failing test class into the same package as the Main.java file. com.github.thomasdarimont.keycloak --> com.github.thomasdarimont.keycloak.embedded.runner
or specify the Main.class explicitly in the @SpringBootTest annotation:
While running a build on current master branch it was not successful. The
EmbeddedSpringBootKeycloakServerXApplicationTests
failed and broke the build.The fix for this issue could be
Main.java
file.com.github.thomasdarimont.keycloak
-->com.github.thomasdarimont.keycloak.embedded.runner
Main.class
explicitly in the@SpringBootTest
annotation:Also GitHub Actions is showing this.
A pipeline should be in place to make such kind of things more visible.
Have a look to your PRs.
The text was updated successfully, but these errors were encountered: