Open alcides opened 2 years ago
Github actions is also desirable. I would do that, except I think it requires admin privileges on the repo.
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
I have been trying to add a CI GitHub action for Java Maven but it keeps failing.
The pom is in the right path, I increased the timeout and while building it starts all the tests but reaches a point on line 10411 that just stops sending a message:
Error: The operation was canceled.
Any ideas on how to change this?
--Edit--
Changing from ubunto-latest
to ubunto-20.04
solved the previous issue.
Now the code is not passing test successfully that pass on the local repo.
@CatarinaGamboa should add dependant support to make pull-requests with new versions of dependencies.