Skip to content

Commit

Permalink
test: create new app testapp in generate.sh and add it to matrix at g…
Browse files Browse the repository at this point in the history
…ithub-actions.yml
  • Loading branch information
renanfranca committed Nov 12, 2024
1 parent 83af508 commit fb2bca6
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 @@ -256,6 +256,7 @@ jobs:
- typescriptapp
- thymeleafapp
- langchain4japp
- testapp
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 @@ -527,6 +527,15 @@ elif [[ $application == 'langchain4japp' ]]; then
"langchain4j" \
"spring-boot-langchain4j-sample"

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

apply_modules \
"langchain4j" \
"spring-boot-langchain4j-sample"

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

0 comments on commit fb2bca6

Please sign in to comment.