Skip to content

Commit

Permalink
Add langchain4j to github actions ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anunnakian committed Nov 10, 2024
1 parent b4ec23b commit 7fc405f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ jobs:
- customjhlite
- typescriptapp
- thymeleafapp
- langchain4j
include:
- java-build-tool: maven
- spring-config-format: yaml
Expand Down
9 changes: 9 additions & 0 deletions tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,15 @@ elif [[ $application == 'thymeleafapp' ]]; then
"htmx-webjars" \
"thymeleaf-template-htmx-webjars"

elif [[ $application == 'langchain4japp' ]]; then
init_server
spring_boot_mvc
sonar_back

applyModules \
"langchain4j" \
"spring-boot-langchain4j-sample"

else
echo "*** Unknown configuration..."
exit 1
Expand Down

0 comments on commit 7fc405f

Please sign in to comment.