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 b657f6f commit 2a52237Copy full SHA for 2a52237
scripts/integration-tests.sh
@@ -10,4 +10,4 @@ echo 'testcontainers.reuse.enable=true' > ~/.testcontainers.properties
10
./mvnw clean install -DskipITs -DskipTests -B -Pdocs ${@}
11
12
rm ~/.testcontainers.properties
13
-# docker kill $(docker ps -q)
+docker kill $(docker ps -q)
0 commit comments