Disable unit and acceptance tests in CircleCI (#675)
This commit is contained in:
parent
c511d30043
commit
0a1f8d1457
1 changed files with 1 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue