Skip to content

Commit c202bae

Browse files
committed
🔧 add personalization-webcomponents to ci build
1 parent 59888cd commit c202bae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- app-path: personalization-service
19+
- app-path: personalization-webcomponents
1920

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

.github/workflows/npm-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
type: choice
1616
description: "Select the node service to release"
1717
required: true
18-
default: refarch-frontend
18+
default: personalization-webcomponents
1919
options:
20-
- refarch-frontend # Add or modify frontend paths according to your project structure
20+
- personalization-webcomponents # Add or modify frontend paths according to your project structure
2121
skip-deployment:
2222
default: true
2323
type: boolean

0 commit comments

Comments
 (0)