Updated config.yml

This commit is contained in:
2022-06-08 13:52:17 -05:00
parent c562e55747
commit caef13eb97

View File

@ -8,17 +8,8 @@ executors:
orbs: orbs:
maven: circleci/maven@1.3.0 maven: circleci/maven@1.3.0
workflows:
maven_test:
jobs: jobs:
- maven/test: # checkout, build, test, and upload test results build:
executor: java17
## I think this job won't run anymore, after I add a workflow. Just leaving it here for reference, and to confirm that.
jobs:
shouldnt_run:
executor: java17 executor: java17
steps: steps:
# todo - ssh keys? # todo - ssh keys?