File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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}
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}
You can’t perform that action at this time.
0 commit comments