Skip to content

Commit df26a39

Browse files
committed
IONOS(build): add activity app to build artifact workflow
Signed-off-by: Tatjana Kaschperko Lindt <[email protected]>
1 parent 0140ed9 commit df26a39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-artifact.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@ jobs:
7272
"has_composer": true,
7373
"makefile_target": "build_calendar_app"
7474
},
75+
{
76+
"name": "activity",
77+
"path": "apps-external/activity",
78+
"has_npm": true,
79+
"has_composer": true,
80+
"makefile_target": "build_activity_app"
81+
},
7582
{
7683
"name": "contacts",
7784
"path": "apps-external/contacts",

0 commit comments

Comments
 (0)