We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af172b3 commit 16b1ebaCopy full SHA for 16b1eba
1 file changed
.github/workflows/build-artifact.yml
@@ -253,6 +253,20 @@ jobs:
253
"has_composer": true,
254
"makefile_target": "build_whiteboard_app"
255
},
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
267
268
+ "makefile_target": "build_integration_openai_app"
269
270
{
271
"name": "fulltextsearch",
272
"path": "apps-external/fulltextsearch",
0 commit comments