Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
anunnakian committed Nov 10, 2024
1 parent de95dd0 commit b8687c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests-ci/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ cucumber_with_jwt() {
"spring-boot-cucumber-jwt-authentication"
}

echo $application

if [[ $application == 'spring-boot' ]]; then
init_server
spring_boot_mvc
Expand Down Expand Up @@ -513,7 +515,9 @@ elif [[ $application == 'langchain4japp' ]]; then
spring_boot_mvc
sonar_back

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

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

0 comments on commit b8687c9

Please sign in to comment.