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 b7125f0 commit f0a4e10Copy full SHA for f0a4e10
.github/workflows/spring-ai-integration-tests.yml
@@ -16,8 +16,8 @@ jobs:
16
java-version: '17'
17
distribution: 'temurin'
18
cache: maven
19
- - name: Show files in workspace
+ - name: Run Azure OpenAI model tests
20
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
+ AZURE_OPENAI_ENDPOINT: http://localhost
0 commit comments