btw, tests are failing for some reason. Something ...
# dev-frontend
a
btw, tests are failing for some reason. Something about that files changed.
c
which tests?
a
as I see all tests in CI
message has been deleted
c
ah. so the CI runs
./gradlew build
. part of that build process a code formatter runs. if the files output by the build do not match that of the committed code, it fails.
to resolve this if you just run the build locally it should apply the formatting. then you can just commit the changes the formatter makes and it should all pass.
lmk if something weird than that is happening.
a
well but its not only for me 🙂 All currently open PRs have same errors
c
oh. that’s pretty annoying.
i’ll take a look at it. feel free to ignore that warning for now.
👍 1
actually. i don’t think it’s broken.
i just think it so happens that all of the PRs at that moment had problems.
just put up another PR which is passing.