Skip to content

Commit 4f7d157

Browse files
committed
remove changes on pr check
Signed-off-by: Alexandros Pappas <apappascs@gmail.com>
1 parent 114f99b commit 4f7d157

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,6 @@ jobs:
2121
distribution: 'temurin'
2222
cache: 'maven'
2323

24-
- name: Build spring-ai-model module
24+
- name: Run tests
2525
run: |
26-
./mvnw clean install -pl spring-ai-model -DskipTests
27-
28-
- name: Build spring-ai-openai module
29-
run: |
30-
./mvnw clean install -pl models/spring-ai-openai -DskipTests
31-
32-
- name: Run OpenAI Image Model integration tests
33-
env:
34-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
35-
run: |
36-
./mvnw -pl models/spring-ai-openai -Pintegration-tests -Dit.test=OpenAiImageModelIT,OpenAiImageModelNoOpApiKeysIT,OpenAiImageModelObservationIT,OpenAiImageModelStreamingIT,OpenAiImageModelWithImageResponseMetadataTests,OpenAiImageApiBuilderTests,OpenAiImageApiIT,OpenAiImageApiStreamingIT verify
37-
38-
- name: Run OpenAI Image AutoConfiguration tests
39-
env:
40-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
41-
run: |
42-
./mvnw -pl auto-configurations/models/spring-ai-autoconfigure-model-openai -Pintegration-tests -Dit.test=OpenAiImageAutoConfigurationIT verify
43-
44-
- name: Run OpenAI Image Properties tests
45-
run: |
46-
./mvnw test -pl auto-configurations/models/spring-ai-autoconfigure-model-openai -Dtest=OpenAiPropertiesTests#imageOptionsTest,OpenAiPropertiesTests#imageGptImageOptionsTest
26+
./mvnw --batch-mode test

0 commit comments

Comments
 (0)