Skip to content

Commit 538e286

Browse files
committed
Disable running Ollama IT tests
1 parent 21fc653 commit 538e286

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
SPRING_AI_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4141
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
4242
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
43-
run: mvn -s settings.xml -Pintegration-tests -Pjavadoc -Dfailsafe.rerunFailingTestsCount=3 --batch-mode --update-snapshots deploy
43+
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
4445

4546
- name: Generate Java docs
4647
run: mvn javadoc:aggregate

0 commit comments

Comments
 (0)