Skip to content

Commit 1e46b0c

Browse files
committed
Back to normal IT tests
1 parent 1caea9d commit 1e46b0c

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)