Hi, A couple ideas for the GitHub Actions I thought I'd put out there for consideration, in case you haven't experimented with these and rejected them already:
1. To increase parallelism, put all the sub-projects into the "matrix" and run tests for each project separately. Pretty sure this is possible with a bit of maven-fu 2. Pass -Dsurefire.useFile=false -DtrimStackTrace=false when running maven so that full error information is included in the build output Regards, Dobes
