We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16773ed commit 0e6b000Copy full SHA for 0e6b000
.github/workflows/java-workflow.yml
@@ -61,12 +61,16 @@ jobs:
61
- name: Build the Sample Project and Run the Samples
62
run: |
63
mvn -version
64
- java -version
+ java -version
65
+
66
cd $sdk_java
67
SDK_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
68
echo $SDK_VERSION
69
70
cd ../$sample_code_java
71
mvn install -DsdkVersion=$SDK_VERSION -DskipTests=true -Dmaven.javadoc.skip=true -B -V
72
echo "Running Samples"
73
mvn test -DsdkVersion=$SDK_VERSION -B
74
75
+ cd ..
76
./print_surefire_reports.sh
0 commit comments