Closed syoon2 closed 8 months ago
I had to use a newer version of maven to have the tests pass locally. I assume the github actions build is failing now for the same reason.
Thank you for your Pull Request. It builds and tests successfully on my local machine, after I updated the maven version I am using. I have not found a way to make this work in github actions, so the automatic build always fails. Do you have any ideas for a fix? The @BeforeEach annotated methods are not being executed. If you have no ideas, I may revert this PR in the near future. Let me know.
Writing a follow-up PR.
This PR migrates all JUnit 4-based tests to JUnit 5.