From c562e5574783a72199a53942b105e4b17b11fad2 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 8 Jun 2022 13:46:59 -0500 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3057e395..fe41a469 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,10 @@ orbs: workflows: maven_test: jobs: - - maven/test # checkout, build, test, and upload test results + - maven/test: # checkout, build, test, and upload test results + 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: