File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
content-api/content-service/conf Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 cache : ' maven'
2323
2424 - name : Build Content Service
25- working-directory : content-api
25+ working-directory : content-api/content-service
2626 run : |
2727 mvn clean install -DskipTests=true \
2828 -DCLOUD_STORE_GROUP_ID=${{ vars.CLOUD_STORE_GROUP_ID }} \
2929 -DCLOUD_STORE_ARTIFACT_ID=${{ vars.CLOUD_STORE_ARTIFACT_ID }} \
3030 -DCLOUD_STORE_VERSION=${{ vars.CLOUD_STORE_VERSION }}
3131
3232 - name : Run Tests
33- working-directory : content-api
33+ working-directory : content-api/content-service
3434 run : |
3535 mvn test -pl content-service -am \
3636 -DCLOUD_STORE_GROUP_ID=${{ vars.CLOUD_STORE_GROUP_ID }} \
Original file line number Diff line number Diff line change 4646
4747 # Max number of threads to cap factor-based parallelism number to
4848 parallelism-max = 64
49- # Abcd anybody dance no
49+ # Abcd anybody dance now
5050 # Setting to "FIFO" to use queue like peeking mode which "poll" or "LIFO" to use stack
5151 # like peeking mode which "pop".
5252 task-peeking-mode = "FIFO"
You can’t perform that action at this time.
0 commit comments