Disable unit and acceptance tests in CircleCI (#675)

This commit is contained in:
Theron Voran 2022-01-11 11:33:09 -08:00 committed by GitHub
parent c511d30043
commit 0a1f8d1457
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: