Skip to content

Commit fff25ea

Browse files
authored
Merge pull request #1 from Venkat8123/circleci-project-setup
Add .circleci/config.yml
2 parents d7b6b22 + 6260f2c commit fff25ea

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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/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

Comments
 (0)