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 002543c commit 850e34eCopy full SHA for 850e34e
scripts/integration-tests.sh
@@ -6,8 +6,8 @@ if [ -f "~/.testcontainers.properties" ]; then
6
fi
7
echo 'testcontainers.reuse.enable=true' > ~/.testcontainers.properties
8
9
-./mvnw clean install -B -Pdocs ${@}
10
-#./mvnw clean install -DskipITs -DskipTests -B -Pdocs ${@}
+#./mvnw clean install -B -Pdocs ${@}
+./mvnw clean install -DskipITs -DskipTests -B -Pdocs ${@}
11
12
rm ~/.testcontainers.properties
13
docker kill $(docker ps -q)
0 commit comments