We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d9d95 commit 91d2c88Copy full SHA for 91d2c88
ci/build.sh
@@ -81,5 +81,4 @@ function logAndExec() {
81
exec "${@}"
82
}
83
84
-# Clean by default otherwise the PackagedEntityManager tests fail on a node that previously ran a different DB
85
-logAndExec ./gradlew clean check ${goal} "${@}" -Plog-test-progress=true --stacktrace
+logAndExec ./gradlew check ${goal} "${@}" -Plog-test-progress=true --stacktrace
0 commit comments