From 0a1f8d1457d094d75008c3d364dd0c6304255452 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 8de4c83..70c2453 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: