Skip to content

Commit 5e5c25c

Browse files
committed
set maven env
1 parent 112699f commit 5e5c25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: echo "JAVA=${JAVA_HOME}\bin\java" >> $GITHUB_ENV
7777
shell: bash
7878
- name: "Set jvm system property environment variable for surefire plugin (unit tests)"
79-
run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
79+
run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}\bin\java" >> $GITHUB_ENV
8080
shell: bash
8181
- uses: actions/setup-java@v4
8282
with:

0 commit comments

Comments
 (0)