Skip to content

Commit fce52cd

Browse files
committed
Disable Ollama tests in CI
1 parent a98af02 commit fce52cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
OLLAMA_TESTS_ENABLED: "false"
4444
run: |
4545
mvn -s settings.xml -Pintegration-tests -Pjavadoc -Dfailsafe.rerunFailingTestsCount=3 \
46-
--batch-mode --update-snapshots deploy
46+
-DOLLAMA_TESTS_ENABLED=false --batch-mode --update-snapshots deploy
4747
4848
- name: Generate Java docs
4949
run: mvn javadoc:aggregate

0 commit comments

Comments
 (0)