From 1b4a883b318dab8fd48988dd3446e6d059304757 Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Tue, 11 Jan 2022 11:33:09 -0800 Subject: [PATCH] Disable unit and acceptance tests in CircleCI (#675) --- .circleci/config.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8de4c83c1..70c2453fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,16 +85,7 @@ jobs: workflows: version: 2 - build_and_test: - jobs: - - bats-unit-test - - chart-verifier - - acceptance: - requires: - - bats-unit-test - filters: - branches: - only: main + # Note: unit and acceptance tests are now being run in GitHub Actions update-helm-charts-index: jobs: - update-helm-charts-index: