Updated config.yml

This commit is contained in:
2022-06-08 14:05:23 -05:00
parent caef13eb97
commit c158fe7a9e

View File

@ -9,7 +9,7 @@ orbs:
maven: circleci/maven@1.3.0
jobs:
build:
maven_package:
executor: java17
steps:
# todo - ssh keys?
@ -20,7 +20,7 @@ jobs:
- run:
name: Build with tests
command: |
mvn clean install
mvn clean package
- run:
name: Save test results
command: |
@ -40,3 +40,8 @@ jobs:
paths:
- ~/.m2
key: v1-dependencies-{{ checksum "pom.xml" }}
workflows:
main:
jobs:
- maven_package