Skip to content

Commit d364f82

Browse files
authored
fix: Don't require plugin tests when updating vulnerabilities DB (#142)
Plugin tests failures, due to more expected results, will surface when developing, in the `compile_test_deploy` workflow.
1 parent 7f16f40 commit d364f82

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ workflows:
8787
name: publish_docker_local
8888
requires:
8989
- install_trivy_and_download_dbs
90-
- codacy_plugins_test/run:
91-
name: plugins_test
92-
run_multiple_tests: true
93-
requires:
94-
- publish_docker_local
9590
- codacy/publish_docker:
9691
name: publish_dockerhub
9792
context: CodacyDocker
@@ -102,7 +97,7 @@ workflows:
10297
docker tag "$CIRCLE_PROJECT_REPONAME:latest" "codacy/$CIRCLE_PROJECT_REPONAME:latest"
10398
docker push --all-tags "codacy/$CIRCLE_PROJECT_REPONAME"
10499
requires:
105-
- plugins_test
100+
- publish_docker_local
106101
- codacy/mirror_to_ecr:
107102
context: CodacyAWS
108103
name: mirror_to_ecr_integration

0 commit comments

Comments
 (0)