Skip to content

Commit 70b2619

Browse files
committed
update pr check to run new tests
Signed-off-by: Alexandros Pappas <[email protected]>
1 parent 1e0ab8f commit 70b2619

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424
- name: Run tests
2525
run: |
2626
./mvnw --batch-mode test
27+
28+
- name: Run OpenAI Image API integration tests
29+
env:
30+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31+
run: |
32+
./mvnw -pl models/spring-ai-openai -Pintegration-tests -Dit.test=OpenAiImageApiIT verify

0 commit comments

Comments
 (0)