Skip to content

Commit 5cffb90

Browse files
committed
update
1 parent 5b7fa59 commit 5cffb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/content-service-pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Build and Generate Coverage Report
2929
run: |
3030
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 }}
31+
-DCLOUD_STORE_GROUP_ID=org.sunbird \
32+
-DCLOUD_STORE_ARTIFACT_ID=cloud-store-sdk_2.12 \
33+
-DCLOUD_STORE_VERSION=1.4.6
3434
cd content-api/content-service/
3535
mvn clean test \
3636
org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent \

0 commit comments

Comments
 (0)