I tried to implement this in commit 9bffd1a without really understanding what I was doing. Playing with that for a minute, I realize I shouldn't have committed that to the main repo without testing. As it currently stands as I write this issue:
- remove maven.yml from central repo, it throws errors that aren't related to testing (see https://github.com/jetmore/servemanager-client/actions/runs/4032091016/jobs/6931753104, issues with maven-surefire-plugin running in this action?).
- in a branch for this issue, in my own repo, add the maven.yml file and test there.
- as a goal, the workflow action should be running under java8 if possible. Might be interesting to run testing under other JREs also, but 8 is our documented target
- once everything is working, make this a central workflow via a PR for this issue
I tried to implement this in commit 9bffd1a without really understanding what I was doing. Playing with that for a minute, I realize I shouldn't have committed that to the main repo without testing. As it currently stands as I write this issue: