Skip to content

Commit 6abdb52

Browse files
committed
Just call gradle test
1 parent 9ef6045 commit 6abdb52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
paths:
2121
- ~/.m2
2222
key: deps-{{ checksum "build.gradle.kts" }}
23-
- run: gradle :cleanTest :test --tests *
23+
- run: gradle test

0 commit comments

Comments
 (0)