Updated config.yml

This commit is contained in:
2022-06-08 15:58:57 -05:00
parent 6ca0c3e64e
commit 4d769f11aa

View File

@ -11,16 +11,20 @@ orbs:
workflows: workflows:
main: main:
jobs: jobs:
## Job (based on maven orb) to test the codebase. Should run for all branches. ##################################################################################
## Job (based on maven orb) to test the codebase. Should run for all branches. ##
##################################################################################
- maven/test: - maven/test:
name: run_tests name: run_tests
executor: java17 executor: java17
## Job (based on maven orb) to do a mvn deploy to publish jar to github qqq-maven-registry ##############################################################################################
## Job (based on maven orb) to do a mvn deploy to publish jar to github qqq-maven-registry. ##
##############################################################################################
- maven/test: - maven/test:
name: deploy_to_github name: deploy_to_github
executor: java17 executor: java17
command: 'deploy:deploy' command: 'deploy -DskipTests' ## tests were previously ran, so okay to skip them here,
settings_file: .circleci/mvn-settings.xml settings_file: .circleci/mvn-settings.xml
context: context:
- Production - Production