Skip to content

Commit b4ba299

Browse files
committed
Added a echo statement in between the build and test.
1 parent e83a6a4 commit b4ba299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Code-Quality-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
3939
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \
4040
-DCLOUD_STORE_VERSION=${CLOUD_STORE_VERSION}
41+
echo "Running the test cases"
4142
cd content-api/content-service/
4243
mvn clean test org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
4344
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \

0 commit comments

Comments
 (0)