Skip to content

Commit e946b6f

Browse files
committed
Reapply "Back to normal IT tests"
This reverts commit 850e34e.
1 parent 90ea949 commit e946b6f

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)