Skip to content

Commit 04b5fb4

Browse files
committed
ci: add mail-handler-service
1 parent 5e44201 commit 04b5fb4

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
build-path: ["./personalization-service", "./ticketing-eventing/eventing-service"] # JSON array formatted as string, contains the paths to the java projects to build
54+
# paths to the java projects to build
55+
build-path:
56+
- "./personalization-service"
57+
- "./ticketing-eai/api-client-internal"
58+
- "./ticketing-eventing/eventing-service"
59+
- "./ticketing-eventing/handler-core"
60+
- "./ticketing-eventing/mail-handler-service"
5561
steps:
5662
- uses: it-at-m/lhm_actions/action-templates/actions/action-codeql@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20
5763
if: ${{ env.analyze-java == 'true' && (github.ref_name == 'main' || needs.check-changes.outputs.java == 'true') }}

.github/workflows/maven-node-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
build-image: true
2626
- app-path: ticketing-eventing/handler-core
2727
build-image: false
28+
- app-patch: ticketing-eventing/mail-handler-service
29+
build-image: true
2830

2931
steps:
3032
- uses: it-at-m/lhm_actions/action-templates/actions/action-checkout@9767179088fd2e344d1a24c17404ab809a60f1b6 # v1.0.20

.github/workflows/maven-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- ticketing-eai/api-client-internal
2121
- ticketing-eventing/eventing-service
2222
- ticketing-eventing/handler-core
23+
- ticketing-eventing/mail-handler-service
2324

2425
jobs:
2526
release-maven:

0 commit comments

Comments
 (0)