From 2010994d10a2b4e9db1d25e5804504957f26f1e4 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 2 Dec 2021 11:56:05 -0700 Subject: [PATCH] add capella circleci workflow --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index beb0f26a4..b552950ba 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -257,6 +257,9 @@ workflows: - test-merge: requires: - install_pyspec_test + - test-capella: + requires: + - install_pyspec_test - table_of_contents - codespell - lint: