Skip to content

Commit 4585303

Browse files
committed
Skip integration-tests.sh for a minute
1 parent 4ca1ece commit 4585303

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/integration-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
./mvnw clean install -B -Pdocs ${@}
4+
#./mvnw clean install -B -Pdocs ${@}
5+
./mvnw clean install -DskipTests -B -Pfast ${@}
6+
57

0 commit comments

Comments
 (0)