Skip to content

Commit f0a4e10

Browse files
committed
Update workflow
1 parent b7125f0 commit f0a4e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spring-ai-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
java-version: '17'
1717
distribution: 'temurin'
1818
cache: maven
19-
- name: Show files in workspace
19+
- name: Run Azure OpenAI model tests
2020
run: ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
2121
env:
2222
AZURE_OPENAI_API_KEY: foobar
23-
AZURE_OPENAI_ENDPOINT: localhost
23+
AZURE_OPENAI_ENDPOINT: http://localhost

0 commit comments

Comments
 (0)