From 96eb6ef5c78140a04d149520df4c5b1616a3afe9 Mon Sep 17 00:00:00 2001 From: Ryan Baxter <524254+ryanjbaxter@users.noreply.github.com> Date: Thu, 25 May 2023 15:01:21 -0400 Subject: [PATCH] Revert "Skip integration-tests.sh for a minute" This reverts commit 4585303e5a1241d4c808313fd03b5e500bee68ea. --- scripts/integration-tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/integration-tests.sh b/scripts/integration-tests.sh index f4276852..4d5fa338 100755 --- a/scripts/integration-tests.sh +++ b/scripts/integration-tests.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash set -e -#./mvnw clean install -B -Pdocs ${@} -./mvnw clean install -DskipTests -B -Pfast ${@} - +./mvnw clean install -B -Pdocs ${@}