File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
langchain4j-http-client-spring-restclient Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2626 - name : Build with JDK ${{ matrix.java_version }}
2727 run : mvn -U -B --fail-at-end -DskipOllamaITs clean install
2828 env :
29+ LC4J_GLOBAL_TEST_RETRY_ENABLED : true
2930 ANTHROPIC_API_KEY : ${{ secrets.ANTHROPIC_API_KEY }}
3031 AZURE_OPENAI_ENDPOINT : ${{ secrets.AZURE_OPENAI_ENDPOINT }}
3132 AZURE_OPENAI_KEY : ${{ secrets.AZURE_OPENAI_KEY }}
Original file line number Diff line number Diff line change 4242 <scope >test</scope >
4343 </dependency >
4444
45+ <dependency >
46+ <!-- needed for automatic test retries (GlobalTestRetryExtension) -->
47+ <groupId >dev.langchain4j</groupId >
48+ <artifactId >langchain4j-core</artifactId >
49+ <version >${langchain4j.stable.version} </version >
50+ <classifier >tests</classifier >
51+ <type >test-jar</type >
52+ <scope >test</scope >
53+ </dependency >
54+
4555 <dependency >
4656 <groupId >org.apache.httpcomponents.client5</groupId >
4757 <artifactId >httpclient5</artifactId >
Original file line number Diff line number Diff line change 1+ junit.jupiter.extensions.autodetection.enabled =true
You can’t perform that action at this time.
0 commit comments