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:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
# Note: unit and acceptance tests are now being run in GitHub Actions
|
||||||
jobs:
|
|
||||||
- bats-unit-test
|
|
||||||
- chart-verifier
|
|
||||||
- acceptance:
|
|
||||||
requires:
|
|
||||||
- bats-unit-test
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only: main
|
|
||||||
update-helm-charts-index:
|
update-helm-charts-index:
|
||||||
jobs:
|
jobs:
|
||||||
- update-helm-charts-index:
|
- update-helm-charts-index:
|
||||||
|
|
Loading…
Reference in a new issue