Skip to content

Commit bb53b9d

Browse files
committed
Circle ci test configuration
1 parent 862222f commit bb53b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- save_cache: # saves the project dependencies
2020
paths:
2121
- ~/.m2
22-
key: deps-{{ checksum ""build.gradle.kts" }}
23-
- run: gradle test
22+
key: deps-{{ checksum "build.gradle.kts" }}
23+
- run: gradle :cleanTest :test --tests *

0 commit comments

Comments
 (0)