File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -59,21 +59,11 @@ jobs:
5959 env :
6060 JOB_TYPE : test
6161 windows :
62- # Building using Java 8 and run the tests with Java 11 runtime
6362 runs-on : windows-latest
6463 steps :
6564 - name : Support longpaths
6665 run : git config --system core.longpaths true
6766 - uses : actions/checkout@v4
68- - uses : actions/setup-java@v4
69- with :
70- java-version : 11
71- distribution : temurin
72- - name : " Set jvm system property environment variable for surefire plugin (unit tests)"
73- # Maven surefire plugin (unit tests) allows us to specify JVM to run the tests.
74- # https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm
75- run : echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
76- shell : bash
7767 - uses : actions/setup-java@v4
7868 with :
7969 distribution : temurin
You can’t perform that action at this time.
0 commit comments