We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83a6a4 commit b4ba299Copy full SHA for b4ba299
1 file changed
.github/workflows/Code-Quality-check.yml
@@ -38,6 +38,7 @@ jobs:
38
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
39
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \
40
-DCLOUD_STORE_VERSION=${CLOUD_STORE_VERSION}
41
+ echo "Running the test cases"
42
cd content-api/content-service/
43
mvn clean test org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
44
0 commit comments