Skip to content

Commit 850e34e

Browse files
committed
Revert "Back to normal IT tests"
This reverts commit 1e46b0c.
1 parent 002543c commit 850e34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/integration-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ if [ -f "~/.testcontainers.properties" ]; then
66
fi
77
echo 'testcontainers.reuse.enable=true' > ~/.testcontainers.properties
88

9-
./mvnw clean install -B -Pdocs ${@}
10-
#./mvnw clean install -DskipITs -DskipTests -B -Pdocs ${@}
9+
#./mvnw clean install -B -Pdocs ${@}
10+
./mvnw clean install -DskipITs -DskipTests -B -Pdocs ${@}
1111

1212
rm ~/.testcontainers.properties
1313
docker kill $(docker ps -q)

0 commit comments

Comments
 (0)