We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056332a commit 75f1db8Copy full SHA for 75f1db8
1 file changed
.github/workflows/test.yml
@@ -25,10 +25,10 @@ jobs:
25
cache: maven
26
cache-dependency-path: pom.xml
27
28
- # Verify JAVA_HOME is set
29
- name: Verify JAVA_HOME
30
- run: echo "JAVA_HOME is set to: $JAVA_HOME"
31
-
+ run: |
+ echo "JAVA_HOME is set to: $JAVA_HOME"
+
32
# Run Maven tests
33
- name: Run Maven Tests
34
# This command will execute your project's tests.
0 commit comments