Skip to content

Commit 5209d05

Browse files
committed
add more tests
Signed-off-by: Alexandros Pappas <[email protected]>
1 parent dfb3e5c commit 5209d05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
run: |
2626
./mvnw clean install -pl spring-ai-model -DskipTests
2727
28+
- name: Build spring-ai-openai module
29+
run: |
30+
./mvnw clean install -pl models/spring-ai-openai -DskipTests
31+
2832
- name: Run OpenAI Image Model integration tests
2933
env:
3034
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 commit comments

Comments
 (0)