From f2f2bf6bb3682e7dac83e8a409f853e37c5e49ff Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Mon, 30 Jan 2023 10:24:27 -0600 Subject: [PATCH] Add workflow --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d92244e..f499d5c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,3 +67,9 @@ jobs: - install_java17 - mvn_verify +workflows: + test_only: + jobs: + - mvn_test: + context: [ qqq-maven-registry-credentials, kingsrook-slack, build-qqq-sample-app ] +