Skip to content

Commit a90f0ec

Browse files
committed
Updated action workflow.
1 parent 04121eb commit a90f0ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }} \

content-api/content-service/conf/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ akka {
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"

0 commit comments

Comments
 (0)