Get rid of clean task in CI build

This commit is contained in:
Christian Beikov 2023-11-07 10:54:42 +01:00
parent 19d9d95a9e
commit 91d2c88d2e
1 changed files with 1 additions and 2 deletions

View File

@ -81,5 +81,4 @@ function logAndExec() {
exec "${@}"
}
# Clean by default otherwise the PackagedEntityManager tests fail on a node that previously ran a different DB
logAndExec ./gradlew clean check ${goal} "${@}" -Plog-test-progress=true --stacktrace
logAndExec ./gradlew check ${goal} "${@}" -Plog-test-progress=true --stacktrace