We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7fa59 commit 5cffb90Copy full SHA for 5cffb90
.github/workflows/content-service-pr-check.yml
@@ -28,9 +28,9 @@ jobs:
28
- name: Build and Generate Coverage Report
29
run: |
30
mvn clean install -DskipTests \
31
- -DCLOUD_STORE_GROUP_ID=${{ vars.CLOUD_STORE_GROUP_ID }} \
32
- -DCLOUD_STORE_ARTIFACT_ID=${{ vars.CLOUD_STORE_ARTIFACT_ID }} \
33
- -DCLOUD_STORE_VERSION=${{ vars.CLOUD_STORE_VERSION }}
+ -DCLOUD_STORE_GROUP_ID=org.sunbird \
+ -DCLOUD_STORE_ARTIFACT_ID=cloud-store-sdk_2.12 \
+ -DCLOUD_STORE_VERSION=1.4.6
34
cd content-api/content-service/
35
mvn clean test \
36
org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent \
0 commit comments