Skip to content

Commit

Permalink
Disable unit and acceptance tests in CircleCI (hashicorp#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoran authored and illegalnumbers committed Mar 16, 2022
1 parent e80be95 commit 1b4a883
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b4a883

Please sign in to comment.