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 4f1e2b2 commit f22fa76Copy full SHA for f22fa76
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
- ~/.m2
24
key: v1-dependencies-{{ checksum "pom.xml" }}
25
26
- - run: mvn test -f pom.xml -P !run-migration
+ - run: mvn clean test -f pom.xml -P !run-migration
27
28
- run:
29
name: Save test results
0 commit comments