We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d540a6 commit a815d6eCopy full SHA for a815d6e
.github/workflows/continuous-integration.yml
@@ -96,10 +96,17 @@ jobs:
96
run: |
97
echo "testcontainers.reuse.enable=true" > $HOME/.testcontainers.properties
98
99
- - name: Run Container Integration Tests
+ - name: Build Dependencies
100
+ run: |
101
+ mvn -s settings.xml clean install \
102
+ -DskipTests \
103
+ -pl spring-ai-spring-boot-docker-compose,spring-ai-spring-boot-testcontainers \
104
+ -am --batch-mode
105
+
106
+ - name: Run docker-compost and testcontainers Integration Tests
107
108
mvn -s settings.xml -Pintegration-tests verify \
109
-Dskip.docker-compose=false \
110
-Dskip.testcontainers=false \
111
-pl spring-ai-spring-boot-docker-compose,spring-ai-spring-boot-testcontainers \
- -am --batch-mode
112
+ --batch-mode
0 commit comments