Skip to content

Commit 56b3636

Browse files
committed
Add .circleci/config.yml
1 parent 2658825 commit 56b3636

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)