We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b6b22 + 6260f2c commit fff25eaCopy full SHA for fff25ea
1 file changed
.circleci/config.yml
@@ -0,0 +1,9 @@
1
+version: 2.1
2
+
3
+orbs:
4
+ maven: circleci/maven@0.0.12
5
6
+workflows:
7
+ maven_test:
8
+ jobs:
9
+ - maven/test # checkout, build, test, and upload test results
0 commit comments