Skip to content

Commit b7125f0

Browse files
committed
Update workflow
1 parent acb6afc commit b7125f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'temurin'
1818
cache: maven
1919
- name: Show files in workspace
20-
run: ./mvnw test -pl models/spring-ai-azure-openai -am
20+
run: ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
2121
env:
2222
AZURE_OPENAI_API_KEY: foobar
2323
AZURE_OPENAI_ENDPOINT: localhost

0 commit comments

Comments
 (0)