Skip to content

Commit 7415e78

Browse files
committed
Updated the changes recommended by copilot.
1 parent 4a43f74 commit 7415e78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Run Content Service Tests
6464
working-directory: content-api/content-service/
6565
run: |
66-
mvn clean test org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
66+
mvn clean org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
6767
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
6868
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \
6969
-DCLOUD_STORE_VERSION=${CLOUD_STORE_VERSION}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Run Taxonomy Tests
100100
working-directory: taxonomy-api/taxonomy-service/
101101
run: |
102-
mvn clean test org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
102+
mvn clean org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
103103
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
104104
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \
105105
-DCLOUD_STORE_VERSION=${CLOUD_STORE_VERSION}
@@ -133,9 +133,9 @@ jobs:
133133
cache: 'maven'
134134

135135
- name: Run Search Tests
136-
working-directory: search-api/search-service/
136+
working-directory: search-api/search-service
137137
run: |
138-
mvn clean test org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
138+
mvn clean org.jacoco:jacoco-maven-plugin:0.8.8:prepare-agent test org.jacoco:jacoco-maven-plugin:0.8.8:report \
139139
-DCLOUD_STORE_GROUP_ID=${CLOUD_STORE_GROUP_ID} \
140140
-DCLOUD_STORE_ARTIFACT_ID=${CLOUD_STORE_ARTIFACT_ID} \
141141
-DCLOUD_STORE_VERSION=${CLOUD_STORE_VERSION}

0 commit comments

Comments
 (0)