Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable github action to run server modules MasterTestSuite #67

Closed
StefanSchubert opened this issue Apr 5, 2021 · 2 comments
Closed

Comments

@StefanSchubert
Copy link
Owner

This seems to be a bit tricky, as because of relying on eclipselink we need to provide a link into mavens build repository, see servers pom.xml

                   <jvmArguments>
                        -javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring.instrument.version}/spring-instrument-${spring.instrument.version}.jar
                    </jvmArguments>

for the git runner we may use ~/.m2/ but then again it wouldn't match my local repository setup.
Hm....working with maven profile here?

@StefanSchubert
Copy link
Owner Author

Before solving the jvmArgument problem. Currently the MasterTestSuite runs from IDE via JUnit but not via maven surefire and mvn test !? So this needs to be solved first.

@StefanSchubert StefanSchubert self-assigned this Apr 7, 2021
@StefanSchubert
Copy link
Owner Author

Working now. Problem was autodetection of the test provider junit4.x. So I configured it manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant