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 f448d9f commit 2227beaCopy full SHA for 2227bea
.circleci/config.yml
@@ -0,0 +1,9 @@
1
+version: 2.1
2
+
3
+orbs:
4
+ maven: circleci/[email protected]
5
6
+workflows:
7
+ maven_test:
8
+ jobs:
9
+ - maven/test # checkout, build, test, and upload test results
0 commit comments