Revert "Skip integration-tests.sh for a minute"

This reverts commit 4585303e5a.
This commit is contained in:
Ryan Baxter
2023-05-25 15:01:21 -04:00
parent a2c644929c
commit 96eb6ef5c7

View File

@@ -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 ${@}