Skip to content

Commit 16b1eba

Browse files
committed
add missing apps
1 parent af172b3 commit 16b1eba

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/build-artifact.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,20 @@ jobs:
253253
"has_composer": true,
254254
"makefile_target": "build_whiteboard_app"
255255
},
256+
{
257+
"name": "assistant",
258+
"path": "apps-external/assistant",
259+
"has_npm": true,
260+
"has_composer": true,
261+
"makefile_target": "build_assistant_app"
262+
},
263+
{
264+
"name": "integration_openai",
265+
"path": "apps-external/integration_openai",
266+
"has_npm": true,
267+
"has_composer": true,
268+
"makefile_target": "build_integration_openai_app"
269+
},
256270
{
257271
"name": "fulltextsearch",
258272
"path": "apps-external/fulltextsearch",

0 commit comments

Comments
 (0)