We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fc653 commit 538e286Copy full SHA for 538e286
.github/workflows/continuous-integration.yml
@@ -40,7 +40,8 @@ jobs:
40
SPRING_AI_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
42
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
43
- run: mvn -s settings.xml -Pintegration-tests -Pjavadoc -Dfailsafe.rerunFailingTestsCount=3 --batch-mode --update-snapshots deploy
+ OLLAMA_TESTS_ENABLED: "false"
44
+ run: mvn -s settings.xml -Pintegration-tests -Pjavadoc -Dfailsafe.rerunFailingTestsCount=3 -DOLLAMA_TESTS_ENABLED=false --batch-mode --update-snapshots deploy
45
46
- name: Generate Java docs
47
run: mvn javadoc:aggregate
0 commit comments