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 acb6afc commit b7125f0Copy full SHA for b7125f0
.github/workflows/spring-ai-integration-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
distribution: 'temurin'
18
cache: maven
19
- name: Show files in workspace
20
- run: ./mvnw test -pl models/spring-ai-azure-openai -am
+ run: ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
21
env:
22
AZURE_OPENAI_API_KEY: foobar
23
AZURE_OPENAI_ENDPOINT: localhost
0 commit comments